#58536A

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

Shades of Smoky #58536A

Tints of Smoky #58536A

Color information

#58536A (or 0x58536A) is unknown color: approx Smoky. HEX triplet: 58, 53 and 6A. RGB value is (88,83,106). Sum of RGB (Red+Green+Blue) = 88+83+106=277 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.77% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 106 (41.80% from 255 or 38.27% from 277); Max value from RGB is 106 - color contains mainly: blue. Hex color #58536A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58536A is #A7AC95. Grayscale: #575757. Windows color (decimal): -10988694 or 6968152. OLE color: 6968152.

HSL color Cylindrical-coordinate representation of color #58536A: hue angle of 253.04º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #58536A is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8883106-
CMYK0.170.2200.58
HSL253.04º12.17%37.06%-
HSV(B)253.04º21.7%41.57%-
XYZ9.729.314.92-
YUV87.12138.66128.63-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.77%
GREEN value IS 83 (32.81% from 255) = 29.96%
BLUE value IS 106 (41.80% from 255) = 38.27%
R=31.77%
G=29.96%
B=38.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88831060.170.2200.58253.0412.1737.06
Hex58536A111603Afdc25
Octal13012315221260723751445
Binary10110001010011110101010001101100111010111111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58536A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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