#55597C

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

Shades of Comet #55597C

Tints of Comet #55597C

Color information

#55597C (or 0x55597C) is unknown color: approx Comet. HEX triplet: 55, 59 and 7C. RGB value is (85,89,124). Sum of RGB (Red+Green+Blue) = 85+89+124=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 124 (48.83% from 255 or 41.61% from 298); Max value from RGB is 124 - color contains mainly: blue. Hex color #55597C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55597C is #AAA683. Grayscale: #5B5B5B. Windows color (decimal): -11183748 or 8149333. OLE color: 8149333.

HSL color Cylindrical-coordinate representation of color #55597C: hue angle of 233.85º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #55597C is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8589124-
CMYK0.310.2800.51
HSL233.85º18.66%40.98%-
HSV(B)233.85º31.45%48.63%-
XYZ10.9610.5320.52-
YUV91.79146.17123.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.52%
GREEN value IS 89 (35.16% from 255) = 29.87%
BLUE value IS 124 (48.83% from 255) = 41.61%
R=28.52%
G=29.87%
B=41.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal85891240.310.2800.51233.8518.6640.98
Hex55597C1F1C033ea1329
Octal12513117437340633522351
Binary101010110110011111100111111110001100111110101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55597C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,89,124); }

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

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

 a { background-color: rgb(85,89,124); }

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

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

 span { border-color: rgb(85,89,124); }

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