#58596E

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

Shades of Comet #58596E

Tints of Comet #58596E

Color information

#58596E (or 0x58596E) is unknown color: approx Comet. HEX triplet: 58, 59 and 6E. RGB value is (88,89,110). Sum of RGB (Red+Green+Blue) = 88+89+110=287 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.66% from 287); Green value is 89 (35.16% from 255 or 31.01% 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 #58596E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58596E is #A7A691. Grayscale: #5B5B5B. Windows color (decimal): -10987154 or 7231832. OLE color: 7231832.

HSL color Cylindrical-coordinate representation of color #58596E: hue angle of 237.27º 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 #58596E is Cyan = 0.2, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8889110-
CMYK0.20.1900.57
HSL237.27º11.11%38.82%-
HSV(B)237.27º20%43.14%-
XYZ10.4110.3516.2-
YUV91.1138.67125.79-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal88891100.20.1900.57237.2711.1138.82
Hex58596E1413039edb27
Octal13013115624230713551347
Binary10110001011001110111010100100110111001111011011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58596E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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