#55576B

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

Shades of Comet #55576B

Tints of Comet #55576B

Color information

#55576B (or 0x55576B) is unknown color: approx Comet. HEX triplet: 55, 57 and 6B. RGB value is (85,87,107). Sum of RGB (Red+Green+Blue) = 85+87+107=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 107 - color contains mainly: blue. Hex color #55576B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55576B is #AAA894. Grayscale: #585858. Windows color (decimal): -11184277 or 7034709. OLE color: 7034709.

HSL color Cylindrical-coordinate representation of color #55576B: hue angle of 234.55º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #55576B is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8587107-
CMYK0.210.1900.58
HSL234.55º11.46%37.65%-
HSV(B)234.55º20.56%41.96%-
XYZ9.819.8115.29-
YUV88.68138.34125.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.47%
GREEN value IS 87 (34.38% from 255) = 31.18%
BLUE value IS 107 (42.19% from 255) = 38.35%
R=30.47%
G=31.18%
B=38.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85871070.210.1900.58234.5511.4637.65
Hex55576B151303Aebb26
Octal12512715325230723531346
Binary10101011010111110101110101100110111010111010111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55576B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55576B; }

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

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

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

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

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

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

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

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