#555771

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

Shades of Comet #555771

Tints of Comet #555771

Color information

#555771 (or 0x555771) is unknown color: approx Comet. HEX triplet: 55, 57 and 71. RGB value is (85,87,113). Sum of RGB (Red+Green+Blue) = 85+87+113=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 87 (34.38% from 255 or 30.53% from 285); Blue value is 113 (44.53% from 255 or 39.65% from 285); Max value from RGB is 113 - color contains mainly: blue. Hex color #555771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555771 is #AAA88E. Grayscale: #595959. Windows color (decimal): -11184271 or 7427925. OLE color: 7427925.

HSL color Cylindrical-coordinate representation of color #555771: hue angle of 235.71º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #555771 is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8587113-
CMYK0.250.2300.56
HSL235.71º14.14%38.82%-
HSV(B)235.71º24.78%44.31%-
XYZ10.149.9417.01-
YUV89.37141.34124.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.82%
GREEN value IS 87 (34.38% from 255) = 30.53%
BLUE value IS 113 (44.53% from 255) = 39.65%
R=29.82%
G=30.53%
B=39.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85871130.250.2300.56235.7114.1438.82
Hex5557711917038ece27
Octal12512716131270703541647
Binary10101011010111111000111001101110111000111011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555771; }

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

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

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

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

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

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

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

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