Html Css Color HEX #596859 Nandor

📋 copy color: '#596859'

red 89 ◦ green 104 ◦ blue 89

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

Shades of Nandor #596859

Tints of Nandor #596859

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.88%

 BLUE value IS 89 (35.16% from 255) = 31.56%

R = 31.56%
G = 36.88%
B = 31.56%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.59

RGB Variations

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

Color information

#596859 (or 0x596859) is known color: Nandor. HEX triplet: 59, 68 and 59. RGB value is (89,104,89). Sum of RGB (Red+Green+Blue) = 89+104+89=282 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.56% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 89 (35.16% from 255 or 31.56% from 282); Max value from RGB is 104 - color contains mainly: green. Hex color #596859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596859 is #A697A6. Grayscale: #616161. Windows color (decimal): -10917799 or 5859417. OLE color: 5859417.

HSL color Cylindrical-coordinate representation of color #596859: hue angle of 120º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #596859 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB 89 104 89 -
CMYK 0.14 0 0.14 0.59
HSL 120º 0.08% 0.38% -
HSV(B) 120º 0.14% 0.41% -
XYZ 10.87 12.75 11.34 -
YUV 97.81 123.03 121.72 -
System Red Green Blue C M Y K H S L
Decimal 89 104 89 0.14 0 0.14 0.59 120 0.08 0.38
Hex 59 68 59 E 0 E 3B 78 8 26
Octal 131 150 131 16 0 16 73 170 10 46
Binary 1011001 1101000 1011001 1110 0 1110 111011 1111000 1000 100110

Color Harmonies of #596859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596859

Black with #596859

Text Example


Text Example

White with #596859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596859; }

 p { color: rgb(89,104,89); }

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

background-color css

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

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

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

border-color css

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

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

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