Html Css Color HEX #596059 Nandor

📋 copy color: '#596059'

red 89 ◦ green 96 ◦ blue 89

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

Shades of Nandor #596059

Tints of Nandor #596059

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.04%

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

R = 32.48%
G = 35.04%
B = 32.48%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#596059 (or 0x596059) is known color: Nandor. HEX triplet: 59, 60 and 59. RGB value is (89,96,89). Sum of RGB (Red+Green+Blue) = 89+96+89=274 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.48% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 89 (35.16% from 255 or 32.48% from 274); Max value from RGB is 96 - color contains mainly: green. Hex color #596059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596059 is #A69FA6. Grayscale: #5D5D5D. Windows color (decimal): -10919847 or 5857369. OLE color: 5857369.

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

Color convert

RGB 89 96 89 -
CMYK 0.07 0 0.07 0.62
HSL 120º 0.04% 0.36% -
HSV(B) 120º 0.07% 0.38% -
XYZ 10.11 11.21 11.08 -
YUV 93.11 125.68 125.07 -
System Red Green Blue C M Y K H S L
Decimal 89 96 89 0.07 0 0.07 0.62 120 0.04 0.36
Hex 59 60 59 7 0 7 3E 78 4 24
Octal 131 140 131 7 0 7 76 170 4 44
Binary 1011001 1100000 1011001 111 0 111 111110 1111000 100 100100

Color Harmonies of #596059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596059

Black with #596059

Text Example


Text Example

White with #596059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596059; }

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

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

background-color css

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

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

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

border-color css

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

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

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