#55576C

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

Shades of Comet #55576C

Tints of Comet #55576C

Color information

#55576C (or 0x55576C) is unknown color: approx Comet. HEX triplet: 55, 57 and 6C. RGB value is (85,87,108). Sum of RGB (Red+Green+Blue) = 85+87+108=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 108 - color contains mainly: blue. Hex color #55576C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55576C is #AAA893. Grayscale: #585858. Windows color (decimal): -11184276 or 7100245. OLE color: 7100245.

HSL color Cylindrical-coordinate representation of color #55576C: hue angle of 234.78º degrees, saturation: 0.12, 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 #55576C is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8587108-
CMYK0.210.1900.58
HSL234.78º11.92%37.84%-
HSV(B)234.78º21.3%42.35%-
XYZ9.869.8315.57-
YUV88.8138.84125.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.36%
GREEN value IS 87 (34.38% from 255) = 31.07%
BLUE value IS 108 (42.58% from 255) = 38.57%
R=30.36%
G=31.07%
B=38.57%

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
Decimal85871080.210.1900.58234.7811.9237.84
Hex55576C151303Aebc26
Octal12512715425230723531446
Binary10101011010111110110010101100110111010111010111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55576C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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