#58566D

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

Shades of Smoky #58566D

Tints of Smoky #58566D

Color information

#58566D (or 0x58566D) is unknown color: approx Smoky. HEX triplet: 58, 56 and 6D. RGB value is (88,86,109). Sum of RGB (Red+Green+Blue) = 88+86+109=283 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.10% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 109 - color contains mainly: blue. Hex color #58566D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58566D is #A7A992. Grayscale: #595959. Windows color (decimal): -10987923 or 7165528. OLE color: 7165528.

HSL color Cylindrical-coordinate representation of color #58566D: hue angle of 245.22º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #58566D is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8886109-
CMYK0.190.2100.57
HSL245.22º11.79%38.24%-
HSV(B)245.22º21.1%42.75%-
XYZ10.119.8315.83-
YUV89.22139.16127.13-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.10%
GREEN value IS 86 (33.98% from 255) = 30.39%
BLUE value IS 109 (42.97% from 255) = 38.52%
R=31.10%
G=30.39%
B=38.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal88861090.190.2100.57245.2211.7938.24
Hex58566D1315039f5c26
Octal13012615523250713651446
Binary10110001010110110110110011101010111001111101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58566D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58566D; }

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

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

<style>
 a { background-color: #58566D; }

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

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

<style>
 span { border-color: #58566D; }

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

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