#58596C

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

Shades of Comet #58596C

Tints of Comet #58596C

Color information

#58596C (or 0x58596C) is unknown color: approx Comet. HEX triplet: 58, 59 and 6C. RGB value is (88,89,108). Sum of RGB (Red+Green+Blue) = 88+89+108=285 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.88% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 108 - color contains mainly: blue. Hex color #58596C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58596C is #A7A693. Grayscale: #5A5A5A. Windows color (decimal): -10987156 or 7100760. OLE color: 7100760.

HSL color Cylindrical-coordinate representation of color #58596C: hue angle of 237º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #58596C is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8889108-
CMYK0.190.1800.58
HSL237º10.2%38.43%-
HSV(B)237º18.52%42.35%-
XYZ10.310.315.63-
YUV90.87137.67125.96-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.88%
GREEN value IS 89 (35.16% from 255) = 31.23%
BLUE value IS 108 (42.58% from 255) = 37.89%
R=30.88%
G=31.23%
B=37.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88891080.190.1800.5823710.238.43
Hex58596C131203Aeda26
Octal13013115423220723551246
Binary10110001011001110110010011100100111010111011011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58596C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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