#5267CA

Color #5267CA Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #5267CA

Tints of Free Speech Blue #5267CA

Color information

#5267CA (or 0x5267CA) is unknown color: approx Free Speech Blue. HEX triplet: 52, 67 and CA. RGB value is (82,103,202). Sum of RGB (Red+Green+Blue) = 82+103+202=387 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.19% from 387); Green value is 103 (40.62% from 255 or 26.61% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #5267CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5267CA is #AD9835. Grayscale: #6B6B6B. Windows color (decimal): -11376694 or 13264722. OLE color: 13264722.

HSL color Cylindrical-coordinate representation of color #5267CA: hue angle of 229.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5267CA is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB82103202-
CMYK0.590.4900.21
HSL229.5º53.1%55.69%-
HSV(B)229.5º59.41%79.22%-
XYZ18.9915.7657.92-
YUV108.01181.04109.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 21.19%
GREEN value IS 103 (40.62% from 255) = 26.61%
BLUE value IS 202 (79.30% from 255) = 52.20%
R=21.19%
G=26.61%
B=52.20%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal821032020.590.4900.21229.553.155.69
Hex5267CA3B31015e63538
Octal12214731273610253466570
Binary101001011001111100101011101111000101010111100110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5267CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5267CA; }

 p { color: rgb(82,103,202); }

 H1.HeaderClassName
 {
   color: #5267CA;
 }
 .AnyTagClassName
 {
   color: #5267CA;
 }
</style>
background-color css

<style>
 a { background-color: #5267CA; }

 a { background-color: rgb(82,103,202); }

 div.DivClassName
 {
   background-color: #5267CA;
 }
 .BgClassName
 {
   background-color: #5267CA;
 }
</style>
border-color css

<style>
 span { border-color: #5267CA; }

 span { border-color: rgb(82,103,202); }

 td.TdClassName
 {
   border-color: #5267CA;
 }
 .TagClassName
 {
   border-color: #5267CA;
 }
</style>