#58536F

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

Shades of Smoky #58536F

Tints of Smoky #58536F

Color information

#58536F (or 0x58536F) is unknown color: approx Smoky. HEX triplet: 58, 53 and 6F. RGB value is (88,83,111). Sum of RGB (Red+Green+Blue) = 88+83+111=282 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.21% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 111 (43.75% from 255 or 39.36% from 282); Max value from RGB is 111 - color contains mainly: blue. Hex color #58536F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58536F is #A7AC90. Grayscale: #575757. Windows color (decimal): -10988689 or 7295832. OLE color: 7295832.

HSL color Cylindrical-coordinate representation of color #58536F: hue angle of 250.71º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #58536F is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8883111-
CMYK0.210.2500.56
HSL250.71º14.43%38.04%-
HSV(B)250.71º25.23%43.53%-
XYZ9.999.4116.33-
YUV87.69141.16128.22-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.21%
GREEN value IS 83 (32.81% from 255) = 29.43%
BLUE value IS 111 (43.75% from 255) = 39.36%
R=31.21%
G=29.43%
B=39.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88831110.210.2500.56250.7114.4338.04
Hex58536F1519038fbe26
Octal13012315725310703731646
Binary10110001010011110111110101110010111000111110111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58536F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,83,111); }

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

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

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

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

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

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

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