#5269C6

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

Shades of Free Speech Blue #5269C6

Tints of Free Speech Blue #5269C6

Color information

#5269C6 (or 0x5269C6) is unknown color: approx Free Speech Blue. HEX triplet: 52, 69 and C6. RGB value is (82,105,198). Sum of RGB (Red+Green+Blue) = 82+105+198=385 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.30% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 198 (77.73% from 255 or 51.43% from 385); Max value from RGB is 198 - color contains mainly: blue. Hex color #5269C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5269C6 is #AD9639. Grayscale: #6C6C6C. Windows color (decimal): -11376186 or 13003090. OLE color: 13003090.

HSL color Cylindrical-coordinate representation of color #5269C6: hue angle of 228.1º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5269C6 is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB82105198-
CMYK0.590.4700.22
HSL228.1º50.43%54.9%-
HSV(B)228.1º58.59%77.65%-
XYZ18.7215.9755.52-
YUV108.72178.38108.94-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.30%
GREEN value IS 105 (41.41% from 255) = 27.27%
BLUE value IS 198 (77.73% from 255) = 51.43%
R=21.30%
G=27.27%
B=51.43%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal821051980.590.4700.22228.150.4354.9
Hex5269C63B2F016e43237
Octal12215130673570263446267
Binary101001011010011100011011101110111101011011100100110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5269C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5269C6; }

 p { color: rgb(82,105,198); }

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

<style>
 a { background-color: #5269C6; }

 a { background-color: rgb(82,105,198); }

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

<style>
 span { border-color: #5269C6; }

 span { border-color: rgb(82,105,198); }

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