#555773

Color #555773 Comet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Comet #555773

Tints of Comet #555773

Color information

#555773 (or 0x555773) is unknown color: approx Comet. HEX triplet: 55, 57 and 73. RGB value is (85,87,115). Sum of RGB (Red+Green+Blue) = 85+87+115=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 115 (45.31% from 255 or 40.07% from 287); Max value from RGB is 115 - color contains mainly: blue. Hex color #555773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555773 is #AAA88C. Grayscale: #595959. Windows color (decimal): -11184269 or 7558997. OLE color: 7558997.

HSL color Cylindrical-coordinate representation of color #555773: hue angle of 236º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #555773 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8587115-
CMYK0.260.2400.55
HSL236º15%39.22%-
HSV(B)236º26.09%45.1%-
XYZ10.259.9917.61-
YUV89.59142.34124.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.62%
GREEN value IS 87 (34.38% from 255) = 30.31%
BLUE value IS 115 (45.31% from 255) = 40.07%
R=29.62%
G=30.31%
B=40.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85871150.260.2400.552361539.22
Hex5557731A18037ecf27
Octal12512716332300673541747
Binary10101011010111111001111010110000110111111011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555773; }

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

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

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

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

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

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

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

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