Html Css Color HEX #59556A Smoky

📋 copy color: '#59556A'

red 89 ◦ green 85 ◦ blue 106

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

Shades of Smoky #59556A

Tints of Smoky #59556A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.36%

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

R = 31.79%
G = 30.36%
B = 37.86%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#59556A (or 0x59556A) is known color: Smoky. HEX triplet: 59, 55 and 6A. RGB value is (89,85,106). Sum of RGB (Red+Green+Blue) = 89+85+106=280 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.79% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 106 (41.80% from 255 or 37.86% from 280); Max value from RGB is 106 - color contains mainly: blue. Hex color #59556A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59556A is #A6AA95. Grayscale: #585858. Windows color (decimal): -10922646 or 6968665. OLE color: 6968665.

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

Color convert

RGB 89 85 106 -
CMYK 0.16 0.20 0 0.58
HSL 251.43º 0.11% 0.37% -
HSV(B) 251.43º 0.2% 0.42% -
XYZ 9.97 9.66 14.98 -
YUV 88.59 137.83 128.29 -
System Red Green Blue C M Y K H S L
Decimal 89 85 106 0.16 0.20 0 0.58 251.43 0.11 0.37
Hex 59 55 6A 10 14 0 3A FB B 25
Octal 131 125 152 20 24 0 72 373 13 45
Binary 1011001 1010101 1101010 10000 10100 0 111010 11111011 1011 100101

Color Harmonies of #59556A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59556A

Black with #59556A

Text Example


Text Example

White with #59556A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #59556A;
 }
 .AnyTagClassName
 {
   color: #59556A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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