#555973

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

Shades of Comet #555973

Tints of Comet #555973

Color information

#555973 (or 0x555973) is unknown color: approx Comet. HEX triplet: 55, 59 and 73. RGB value is (85,89,115). Sum of RGB (Red+Green+Blue) = 85+89+115=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 115 (45.31% from 255 or 39.79% from 289); Max value from RGB is 115 - color contains mainly: blue. Hex color #555973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555973 is #AAA68C. Grayscale: #5A5A5A. Windows color (decimal): -11183757 or 7559509. OLE color: 7559509.

HSL color Cylindrical-coordinate representation of color #555973: hue angle of 232º 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 #555973 is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8589115-
CMYK0.260.2300.55
HSL232º15%39.22%-
HSV(B)232º26.09%45.1%-
XYZ10.4110.3117.66-
YUV90.77141.67123.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.41%
GREEN value IS 89 (35.16% from 255) = 30.80%
BLUE value IS 115 (45.31% from 255) = 39.79%
R=29.41%
G=30.80%
B=39.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85891150.260.2300.552321539.22
Hex5559731A17037e8f27
Octal12513116332270673501747
Binary10101011011001111001111010101110110111111010001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555973; }

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

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

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

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

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

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

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

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