#5256C6

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

Shades of Free Speech Blue #5256C6

Tints of Free Speech Blue #5256C6

Color information

#5256C6 (or 0x5256C6) is unknown color: approx Free Speech Blue. HEX triplet: 52, 56 and C6. RGB value is (82,86,198). Sum of RGB (Red+Green+Blue) = 82+86+198=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 86 (33.98% from 255 or 23.50% from 366); Blue value is 198 (77.73% from 255 or 54.10% from 366); Max value from RGB is 198 - color contains mainly: blue. Hex color #5256C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5256C6 is #ADA939. Grayscale: #616161. Windows color (decimal): -11381050 or 12998226. OLE color: 12998226.

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

Color convert

RGB8286198-
CMYK0.590.5700.22
HSL237.93º50.43%54.9%-
HSV(B)237.93º58.59%77.65%-
XYZ1712.5354.95-
YUV97.57184.67116.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.40%
GREEN value IS 86 (33.98% from 255) = 23.50%
BLUE value IS 198 (77.73% from 255) = 54.10%
R=22.40%
G=23.50%
B=54.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal82861980.590.5700.22237.9350.4354.9
Hex5256C63B39016ee3237
Octal12212630673710263566267
Binary101001010101101100011011101111100101011011101110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5256C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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