#58565F

Color #58565F Smoky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoky #58565F

Tints of Smoky #58565F

Color information

#58565F (or 0x58565F) is unknown color: approx Smoky. HEX triplet: 58, 56 and 5F. RGB value is (88,86,95). Sum of RGB (Red+Green+Blue) = 88+86+95=269 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.71% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 95 (37.5% from 255 or 35.32% from 269); Max value from RGB is 95 - color contains mainly: blue. Hex color #58565F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58565F is #A7A9A0. Grayscale: #575757. Windows color (decimal): -10987937 or 6248024. OLE color: 6248024.

HSL color Cylindrical-coordinate representation of color #58565F: hue angle of 253.33º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #58565F is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB888695-
CMYK0.070.0900.63
HSL253.33º4.97%35.49%-
HSV(B)253.33º9.47%37.25%-
XYZ9.429.5612.17-
YUV87.62132.16128.27-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.71%
GREEN value IS 86 (33.98% from 255) = 31.97%
BLUE value IS 95 (37.5% from 255) = 35.32%
R=32.71%
G=31.97%
B=35.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8886950.070.0900.63253.334.9735.49
Hex58565F7903Ffd523
Octal130126137711077375543
Binary1011000101011010111111111001011111111111101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58565F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58565F; }

 p { color: rgb(88,86,95); }

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

<style>
 a { background-color: #58565F; }

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

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

<style>
 span { border-color: #58565F; }

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

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