#5268C6

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

Shades of Free Speech Blue #5268C6

Tints of Free Speech Blue #5268C6

Color information

#5268C6 (or 0x5268C6) is unknown color: approx Free Speech Blue. HEX triplet: 52, 68 and C6. RGB value is (82,104,198). Sum of RGB (Red+Green+Blue) = 82+104+198=384 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.35% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 198 (77.73% from 255 or 51.56% from 384); Max value from RGB is 198 - color contains mainly: blue. Hex color #5268C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5268C6 is #AD9739. Grayscale: #6B6B6B. Windows color (decimal): -11376442 or 13002834. OLE color: 13002834.

HSL color Cylindrical-coordinate representation of color #5268C6: hue angle of 228.62º 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 #5268C6 is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB82104198-
CMYK0.590.4700.22
HSL228.62º50.43%54.9%-
HSV(B)228.62º58.59%77.65%-
XYZ18.6215.7755.49-
YUV108.14178.71109.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.35%
GREEN value IS 104 (41.02% from 255) = 27.08%
BLUE value IS 198 (77.73% from 255) = 51.56%
R=21.35%
G=27.08%
B=51.56%

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
Decimal821041980.590.4700.22228.6250.4354.9
Hex5268C63B2F016e53237
Octal12215030673570263456267
Binary101001011010001100011011101110111101011011100101110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5268C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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