#55576A

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

Shades of Comet #55576A

Tints of Comet #55576A

Color information

#55576A (or 0x55576A) is unknown color: approx Comet. HEX triplet: 55, 57 and 6A. RGB value is (85,87,106). Sum of RGB (Red+Green+Blue) = 85+87+106=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 106 (41.80% from 255 or 38.13% from 278); Max value from RGB is 106 - color contains mainly: blue. Hex color #55576A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55576A is #AAA895. Grayscale: #585858. Windows color (decimal): -11184278 or 6969173. OLE color: 6969173.

HSL color Cylindrical-coordinate representation of color #55576A: hue angle of 234.29º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #55576A is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8587106-
CMYK0.200.1800.58
HSL234.29º10.99%37.45%-
HSV(B)234.29º19.81%41.57%-
XYZ9.769.7915.01-
YUV88.57137.84125.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.58%
GREEN value IS 87 (34.38% from 255) = 31.29%
BLUE value IS 106 (41.80% from 255) = 38.13%
R=30.58%
G=31.29%
B=38.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85871060.200.1800.58234.2910.9937.45
Hex55576A141203Aeab25
Octal12512715224220723521345
Binary10101011010111110101010100100100111010111010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55576A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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