#555671

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

Shades of Comet #555671

Tints of Comet #555671

Color information

#555671 (or 0x555671) is unknown color: approx Comet. HEX triplet: 55, 56 and 71. RGB value is (85,86,113). Sum of RGB (Red+Green+Blue) = 85+86+113=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 113 (44.53% from 255 or 39.79% from 284); Max value from RGB is 113 - color contains mainly: blue. Hex color #555671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555671 is #AAA98E. Grayscale: #585858. Windows color (decimal): -11184527 or 7427669. OLE color: 7427669.

HSL color Cylindrical-coordinate representation of color #555671: hue angle of 237.86º 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 #555671 is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8586113-
CMYK0.250.2400.56
HSL237.86º14.14%38.82%-
HSV(B)237.86º24.78%44.31%-
XYZ10.059.7816.98-
YUV88.78141.67125.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.93%
GREEN value IS 86 (33.98% from 255) = 30.28%
BLUE value IS 113 (44.53% from 255) = 39.79%
R=29.93%
G=30.28%
B=39.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85861130.250.2400.56237.8614.1438.82
Hex5556711918038eee27
Octal12512616131300703561647
Binary10101011010110111000111001110000111000111011101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555671; }

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

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

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

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

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

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

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

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