#58596B

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

Shades of Comet #58596B

Tints of Comet #58596B

Color information

#58596B (or 0x58596B) is unknown color: approx Comet. HEX triplet: 58, 59 and 6B. RGB value is (88,89,107). Sum of RGB (Red+Green+Blue) = 88+89+107=284 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.99% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 107 - color contains mainly: blue. Hex color #58596B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58596B is #A7A694. Grayscale: #5A5A5A. Windows color (decimal): -10987157 or 7035224. OLE color: 7035224.

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

Color convert

RGB8889107-
CMYK0.180.1700.58
HSL236.84º9.74%38.24%-
HSV(B)236.84º17.76%41.96%-
XYZ10.2510.2815.35-
YUV90.75137.17126.04-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.99%
GREEN value IS 89 (35.16% from 255) = 31.34%
BLUE value IS 107 (42.19% from 255) = 37.68%
R=30.99%
G=31.34%
B=37.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88891070.180.1700.58236.849.7438.24
Hex58596B121103Aeda26
Octal13013115322210723551246
Binary10110001011001110101110010100010111010111011011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58596B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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