Html Css Color HEX #59556F Smoky

📋 copy color: '#59556F'

red 89 ◦ green 85 ◦ blue 111

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

Shades of Smoky #59556F

Tints of Smoky #59556F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 38.95%

R = 31.23%
G = 29.82%
B = 38.95%

CMYK

 C value IS 0.20

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#59556F (or 0x59556F) is known color: Smoky. HEX triplet: 59, 55 and 6F. RGB value is (89,85,111). Sum of RGB (Red+Green+Blue) = 89+85+111=285 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.23% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 111 - color contains mainly: blue. Hex color #59556F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59556F is #A6AA90. Grayscale: #595959. Windows color (decimal): -10922641 or 7296345. OLE color: 7296345.

HSL color Cylindrical-coordinate representation of color #59556F: hue angle of 249.23º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #59556F is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 89 85 111 -
CMYK 0.20 0.23 0 0.56
HSL 249.23º 0.13% 0.38% -
HSV(B) 249.23º 0.23% 0.44% -
XYZ 10.24 9.77 16.38 -
YUV 89.16 140.33 127.89 -
System Red Green Blue C M Y K H S L
Decimal 89 85 111 0.20 0.23 0 0.56 249.23 0.13 0.38
Hex 59 55 6F 14 17 0 38 F9 D 26
Octal 131 125 157 24 27 0 70 371 15 46
Binary 1011001 1010101 1101111 10100 10111 0 111000 11111001 1101 100110

Color Harmonies of #59556F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59556F

Black with #59556F

Text Example


Text Example

White with #59556F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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