#5557cc

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

Shades of Free Speech Blue #5557CC

Tints of Free Speech Blue #5557CC

Color information

#5557CC (or 0x5557CC) is unknown color: approx Free Speech Blue. HEX triplet: 55, 57 and CC. RGB value is (85,87,204). Sum of RGB (Red+Green+Blue) = 85+87+204=376 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.61% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #5557CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5557CC is #AAA833. Grayscale: #636363. Windows color (decimal): -11184180 or 13391701. OLE color: 13391701.

HSL color Cylindrical-coordinate representation of color #5557CC: hue angle of 238.99º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5557CC is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB8587204-
CMYK0.580.5700.2
HSL238.99º53.85%56.67%-
HSV(B)238.99º58.33%80%-
XYZ18.0513.1158.71-
YUV99.74186.84117.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.61%
GREEN value IS 87 (34.38% from 255) = 23.14%
BLUE value IS 204 (80.08% from 255) = 54.26%
R=22.61%
G=23.14%
B=54.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal85872040.580.5700.2238.9953.8556.67
Hex5557CC3A39014ef3639
Octal12512731472710243576671
Binary101010110101111100110011101011100101010011101111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5557cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5557cc; }

 p { color: rgb(85,87,204); }

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

<style>
 a { background-color: #5557cc; }

 a { background-color: rgb(85,87,204); }

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

<style>
 span { border-color: #5557cc; }

 span { border-color: rgb(85,87,204); }

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