Html Css Color HEX #59546A Smoky

📋 copy color: '#59546A'

red 89 ◦ green 84 ◦ blue 106

#59546A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smoky #59546A

Tints of Smoky #59546A

RGB

 RED value IS 89 (35.16% from 255) = 31.9%

 GREEN value IS 84 (33.2% from 255) = 30.11%

 BLUE value IS 106 (41.8% from 255) = 37.99%

R = 31.9%
G = 30.11%
B = 37.99%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#59546A (or 0x59546A) is known color: 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

RGB 89 84 106 -
CMYK 0.16 0.21 0 0.58
HSL 253.64º 0.12% 0.37% -
HSV(B) 253.64º 0.21% 0.42% -
XYZ 9.89 9.51 14.95 -
YUV 88 138.16 128.71 -
System Red Green Blue C M Y K H S L
Decimal 89 84 106 0.16 0.21 0 0.58 253.64 0.12 0.37
Hex 59 54 6A 10 15 0 3A FE C 25
Octal 131 124 152 20 25 0 72 376 14 45
Binary 1011001 1010100 1101010 10000 10101 0 111010 11111110 1100 100101

Color Harmonies of #59546A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59546A

Black with #59546A

Text Example


Text Example

White with #59546A

Text Example


Text Example

HTML Codes & Css Web 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>