#58586B

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

Shades of Comet #58586B

Tints of Comet #58586B

Color information

#58586B (or 0x58586B) is unknown color: approx Comet. HEX triplet: 58, 58 and 6B. RGB value is (88,88,107). Sum of RGB (Red+Green+Blue) = 88+88+107=283 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.10% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 107 - color contains mainly: blue. Hex color #58586B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58586B is #A7A794. Grayscale: #5A5A5A. Windows color (decimal): -10987413 or 7034968. OLE color: 7034968.

HSL color Cylindrical-coordinate representation of color #58586B: hue angle of 240º 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 #58586B is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8888107-
CMYK0.180.1800.58
HSL240º9.74%38.24%-
HSV(B)240º17.76%41.96%-
XYZ10.1710.1215.33-
YUV90.17137.5126.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.10%
GREEN value IS 88 (34.77% from 255) = 31.10%
BLUE value IS 107 (42.19% from 255) = 37.81%
R=31.10%
G=31.10%
B=37.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88881070.180.1800.582409.7438.24
Hex58586B121203Af0a26
Octal13013015322220723601246
Binary10110001011000110101110010100100111010111100001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58586B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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