#59577F

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

Shades of Comet #59577F

Tints of Comet #59577F

Color information

#59577F (or 0x59577F) is unknown color: approx Comet. HEX triplet: 59, 57 and 7F. RGB value is (89,87,127). Sum of RGB (Red+Green+Blue) = 89+87+127=303 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.37% from 303); Green value is 87 (34.38% from 255 or 28.71% from 303); Blue value is 127 (50% from 255 or 41.91% from 303); Max value from RGB is 127 - color contains mainly: blue. Hex color #59577F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59577F is #A6A880. Grayscale: #5C5C5C. Windows color (decimal): -10922113 or 8345433. OLE color: 8345433.

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

Color convert

RGB8987127-
CMYK0.300.3100.50
HSL243º18.69%41.96%-
HSV(B)243º31.5%49.8%-
XYZ11.3610.4721.5-
YUV92.16147.66125.75-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.37%
GREEN value IS 87 (34.38% from 255) = 28.71%
BLUE value IS 127 (50% from 255) = 41.91%
R=29.37%
G=28.71%
B=41.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal89871270.300.3100.5024318.6941.96
Hex59577F1E1F032f3132a
Octal13112717736370623632352
Binary101100110101111111111111101111101100101111001110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59577F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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