#55597F

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

Shades of Comet #55597F

Tints of Comet #55597F

Color information

#55597F (or 0x55597F) is unknown color: approx Comet. HEX triplet: 55, 59 and 7F. RGB value is (85,89,127). Sum of RGB (Red+Green+Blue) = 85+89+127=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 127 (50% from 255 or 42.19% from 301); Max value from RGB is 127 - color contains mainly: blue. Hex color #55597F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55597F is #AAA680. Grayscale: #5B5B5B. Windows color (decimal): -11183745 or 8345941. OLE color: 8345941.

HSL color Cylindrical-coordinate representation of color #55597F: hue angle of 234.29º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #55597F is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8589127-
CMYK0.330.3000.50
HSL234.29º19.81%41.57%-
HSV(B)234.29º33.07%49.8%-
XYZ11.1510.6121.54-
YUV92.14147.67122.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.24%
GREEN value IS 89 (35.16% from 255) = 29.57%
BLUE value IS 127 (50% from 255) = 42.19%
R=28.24%
G=29.57%
B=42.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal85891270.330.3000.50234.2919.8141.57
Hex55597F211E032ea142a
Octal12513117741360623522452
Binary1010101101100111111111000011111001100101110101010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55597F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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