Html Css Color HEX #59575F Smoky

📋 copy color: '#59575F'

red 89 ◦ green 87 ◦ blue 95

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

Shades of Smoky #59575F

Tints of Smoky #59575F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.1%

 BLUE value IS 95 (37.5% from 255) = 35.06%

R = 32.84%
G = 32.1%
B = 35.06%

CMYK

 C value IS 0.06

 M value IS 0.08

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#59575F (or 0x59575F) is known color: Smoky. HEX triplet: 59, 57 and 5F. RGB value is (89,87,95). Sum of RGB (Red+Green+Blue) = 89+87+95=271 (35% of max value = 765). Red value is 89 (35.16% from 255 or 32.84% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 95 - color contains mainly: blue. Hex color #59575F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59575F is #A6A8A0. Grayscale: #585858. Windows color (decimal): -10922145 or 6248281. OLE color: 6248281.

HSL color Cylindrical-coordinate representation of color #59575F: hue angle of 255º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #59575F is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 89 87 95 -
CMYK 0.06 0.08 0 0.63
HSL 255º 0.04% 0.36% -
HSV(B) 255º 0.08% 0.37% -
XYZ 9.59 9.77 12.21 -
YUV 88.51 131.66 128.35 -
System Red Green Blue C M Y K H S L
Decimal 89 87 95 0.06 0.08 0 0.63 255 0.04 0.36
Hex 59 57 5F 6 8 0 3F FF 4 24
Octal 131 127 137 6 10 0 77 377 4 44
Binary 1011001 1010111 1011111 110 1000 0 111111 11111111 100 100100

Color Harmonies of #59575F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59575F

Black with #59575F

Text Example


Text Example

White with #59575F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,87,95); }

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

background-color css

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

 a { background-color: rgb(89,87,95); }

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

border-color css

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

 span { border-color: rgb(89,87,95); }

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