#59586E

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

Shades of Comet #59586E

Tints of Comet #59586E

Color information

#59586E (or 0x59586E) is unknown color: approx Comet. HEX triplet: 59, 58 and 6E. RGB value is (89,88,110). Sum of RGB (Red+Green+Blue) = 89+88+110=287 (38% of max value = 765). Red value is 89 (35.16% from 255 or 31.01% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 110 - color contains mainly: blue. Hex color #59586E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59586E is #A6A791. Grayscale: #5A5A5A. Windows color (decimal): -10921874 or 7231577. OLE color: 7231577.

HSL color Cylindrical-coordinate representation of color #59586E: hue angle of 242.73º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #59586E is Cyan = 0.19, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8988110-
CMYK0.190.200.57
HSL242.73º11.11%38.82%-
HSV(B)242.73º20%43.14%-
XYZ10.4210.2316.18-
YUV90.81138.83126.71-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.01%
GREEN value IS 88 (34.77% from 255) = 30.66%
BLUE value IS 110 (43.36% from 255) = 38.33%
R=31.01%
G=30.66%
B=38.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal89881100.190.200.57242.7311.1138.82
Hex59586E1314039f3b27
Octal13113015623240713631347
Binary10110011011000110111010011101000111001111100111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59586E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59586E; }

 p { color: rgb(89,88,110); }

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

<style>
 a { background-color: #59586E; }

 a { background-color: rgb(89,88,110); }

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

<style>
 span { border-color: #59586E; }

 span { border-color: rgb(89,88,110); }

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