#59536C

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

Shades of Smoky #59536C

Tints of Smoky #59536C

Color information

#59536C (or 0x59536C) is unknown color: approx Smoky. HEX triplet: 59, 53 and 6C. RGB value is (89,83,108). Sum of RGB (Red+Green+Blue) = 89+83+108=280 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.79% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 108 - color contains mainly: blue. Hex color #59536C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59536C is #A6AC93. Grayscale: #575757. Windows color (decimal): -10923156 or 7099225. OLE color: 7099225.

HSL color Cylindrical-coordinate representation of color #59536C: hue angle of 254.4º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #59536C is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8983108-
CMYK0.180.2300.58
HSL254.4º13.09%37.45%-
HSV(B)254.4º23.15%42.35%-
XYZ9.929.3915.48-
YUV87.64139.49128.97-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.79%
GREEN value IS 83 (32.81% from 255) = 29.64%
BLUE value IS 108 (42.58% from 255) = 38.57%
R=31.79%
G=29.64%
B=38.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal89831080.180.2300.58254.413.0937.45
Hex59536C121703Afed25
Octal13112315422270723761545
Binary10110011010011110110010010101110111010111111101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59536C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59536C; }

 p { color: rgb(89,83,108); }

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

<style>
 a { background-color: #59536C; }

 a { background-color: rgb(89,83,108); }

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

<style>
 span { border-color: #59536C; }

 span { border-color: rgb(89,83,108); }

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