#59546A

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

Shades of Smoky #59546A

Tints of Smoky #59546A

Color information

#59546A (or 0x59546A) is unknown color: approx Smoky. HEX triplet: 59, 54 and 6A. RGB value is (89,84,106). Sum of RGB (Red+Green+Blue) = 89+84+106=279 (36% of max value = 765). Red value is 89 (35.16% from 255 or 31.90% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 106 - color contains mainly: blue. Hex color #59546A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59546A is #A6AB95. Grayscale: #575757. Windows color (decimal): -10922902 or 6968409. OLE color: 6968409.

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

Color convert

RGB8984106-
CMYK0.160.2100.58
HSL253.64º11.58%37.25%-
HSV(B)253.64º20.75%41.57%-
XYZ9.899.5114.95-
YUV88138.16128.71-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.90%
GREEN value IS 84 (33.20% from 255) = 30.11%
BLUE value IS 106 (41.80% from 255) = 37.99%
R=31.90%
G=30.11%
B=37.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal89841060.160.2100.58253.6411.5837.25
Hex59546A101503Afec25
Octal13112415220250723761445
Binary10110011010100110101010000101010111010111111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59546A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,84,106); }

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

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

 a { background-color: rgb(89,84,106); }

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

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

 span { border-color: rgb(89,84,106); }

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