#555677

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

Shades of Comet #555677

Tints of Comet #555677

Color information

#555677 (or 0x555677) is unknown color: approx Comet. HEX triplet: 55, 56 and 77. RGB value is (85,86,119). Sum of RGB (Red+Green+Blue) = 85+86+119=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 86 (33.98% from 255 or 29.66% from 290); Blue value is 119 (46.88% from 255 or 41.03% from 290); Max value from RGB is 119 - color contains mainly: blue. Hex color #555677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555677 is #AAA988. Grayscale: #595959. Windows color (decimal): -11184521 or 7820885. OLE color: 7820885.

HSL color Cylindrical-coordinate representation of color #555677: hue angle of 238.24º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #555677 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8586119-
CMYK0.290.2800.53
HSL238.24º16.67%40%-
HSV(B)238.24º28.57%46.67%-
XYZ10.49.9218.82-
YUV89.46144.67124.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.31%
GREEN value IS 86 (33.98% from 255) = 29.66%
BLUE value IS 119 (46.88% from 255) = 41.03%
R=29.31%
G=29.66%
B=41.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85861190.290.2800.53238.2416.6740
Hex5556771D1C035ee1128
Octal12512616735340653562150
Binary101010110101101110111111011110001101011110111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555677; }

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

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

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

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

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

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

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

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