#5556C4

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

Shades of Free Speech Blue #5556C4

Tints of Free Speech Blue #5556C4

Color information

#5556C4 (or 0x5556C4) is unknown color: approx Free Speech Blue. HEX triplet: 55, 56 and C4. RGB value is (85,86,196). Sum of RGB (Red+Green+Blue) = 85+86+196=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 86 (33.98% from 255 or 23.43% from 367); Blue value is 196 (76.95% from 255 or 53.41% from 367); Max value from RGB is 196 - color contains mainly: blue. Hex color #5556C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5556C4 is #AAA93B. Grayscale: #616161. Windows color (decimal): -11184444 or 12867157. OLE color: 12867157.

HSL color Cylindrical-coordinate representation of color #5556C4: hue angle of 239.46º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5556C4 is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8586196-
CMYK0.570.5600.23
HSL239.46º48.47%55.1%-
HSV(B)239.46º56.63%76.86%-
XYZ17.0412.5753.75-
YUV98.24183.17118.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.16%
GREEN value IS 86 (33.98% from 255) = 23.43%
BLUE value IS 196 (76.95% from 255) = 53.41%
R=23.16%
G=23.43%
B=53.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal85861960.570.5600.23239.4648.4755.1
Hex5556C43938017ef3037
Octal12512630471700273576067
Binary101010110101101100010011100111100001011111101111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5556C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5556C4; }

 p { color: rgb(85,86,196); }

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

<style>
 a { background-color: #5556C4; }

 a { background-color: rgb(85,86,196); }

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

<style>
 span { border-color: #5556C4; }

 span { border-color: rgb(85,86,196); }

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