Html Css Color HEX #595860 Smoky

📋 copy color: '#595860'

red 89 ◦ green 88 ◦ blue 96

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

Shades of Smoky #595860

Tints of Smoky #595860

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.23%

 BLUE value IS 96 (37.89% from 255) = 35.16%

R = 32.6%
G = 32.23%
B = 35.16%

CMYK

 C value IS 0.07

 M value IS 0.08

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#595860 (or 0x595860) is known color: Smoky. HEX triplet: 59, 58 and 60. RGB value is (89,88,96). Sum of RGB (Red+Green+Blue) = 89+88+96=273 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.60% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 96 - color contains mainly: blue. Hex color #595860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595860 is #A6A79F. Grayscale: #595959. Windows color (decimal): -10921888 or 6314073. OLE color: 6314073.

HSL color Cylindrical-coordinate representation of color #595860: hue angle of 247.5º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #595860 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 89 88 96 -
CMYK 0.07 0.08 0 0.62
HSL 247.5º 0.04% 0.36% -
HSV(B) 247.5º 0.08% 0.38% -
XYZ 9.72 9.95 12.47 -
YUV 89.21 131.83 127.85 -
System Red Green Blue C M Y K H S L
Decimal 89 88 96 0.07 0.08 0 0.62 247.5 0.04 0.36
Hex 59 58 60 7 8 0 3E F8 4 24
Octal 131 130 140 7 10 0 76 370 4 44
Binary 1011001 1011000 1100000 111 1000 0 111110 11111000 100 100100

Color Harmonies of #595860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595860

Black with #595860

Text Example


Text Example

White with #595860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595860; }

 p { color: rgb(89,88,96); }

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

background-color css

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

 a { background-color: rgb(89,88,96); }

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

border-color css

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

 span { border-color: rgb(89,88,96); }

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