#555CC8

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

Shades of Free Speech Blue #555CC8

Tints of Free Speech Blue #555CC8

Color information

#555CC8 (or 0x555CC8) is unknown color: approx Free Speech Blue. HEX triplet: 55, 5C and C8. RGB value is (85,92,200). Sum of RGB (Red+Green+Blue) = 85+92+200=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 200 (78.52% from 255 or 53.05% from 377); Max value from RGB is 200 - color contains mainly: blue. Hex color #555CC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555CC8 is #AAA337. Grayscale: #656565. Windows color (decimal): -11182904 or 13130837. OLE color: 13130837.

HSL color Cylindrical-coordinate representation of color #555CC8: hue angle of 236.35º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #555CC8 is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8592200-
CMYK0.580.5400.22
HSL236.35º51.11%55.88%-
HSV(B)236.35º57.5%78.43%-
XYZ1813.7656.35-
YUV102.22183.18115.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.55%
GREEN value IS 92 (36.33% from 255) = 24.40%
BLUE value IS 200 (78.52% from 255) = 53.05%
R=22.55%
G=24.40%
B=53.05%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal85922000.580.5400.22236.3551.1155.88
Hex555CC83A36016ec3338
Octal12513431072660263546370
Binary101010110111001100100011101011011001011011101100110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555CC8; }

 p { color: rgb(85,92,200); }

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

<style>
 a { background-color: #555CC8; }

 a { background-color: rgb(85,92,200); }

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

<style>
 span { border-color: #555CC8; }

 span { border-color: rgb(85,92,200); }

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