Html Css Color HEX #595C59 Nandor

📋 copy color: '#595C59'

red 89 ◦ green 92 ◦ blue 89

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

Shades of Nandor #595C59

Tints of Nandor #595C59

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.07%

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

R = 32.96%
G = 34.07%
B = 32.96%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.64

RGB Variations

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

Color information

#595C59 (or 0x595C59) is known color: Nandor. HEX triplet: 59, 5C and 59. RGB value is (89,92,89). Sum of RGB (Red+Green+Blue) = 89+92+89=270 (35% of max value = 765). Red value is 89 (35.16% from 255 or 32.96% from 270); Green value is 92 (36.33% from 255 or 34.07% from 270); Blue value is 89 (35.16% from 255 or 32.96% from 270); Max value from RGB is 92 - color contains mainly: green. Hex color #595C59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595C59 is #A6A3A6. Grayscale: #5A5A5A. Windows color (decimal): -10920871 or 5856345. OLE color: 5856345.

HSL color Cylindrical-coordinate representation of color #595C59: hue angle of 120º degrees, saturation: 0.02, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #595C59 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB 89 92 89 -
CMYK 0.03 0 0.03 0.64
HSL 120º 0.02% 0.35% -
HSV(B) 120º 0.03% 0.36% -
XYZ 9.75 10.5 10.96 -
YUV 90.76 127.01 126.74 -
System Red Green Blue C M Y K H S L
Decimal 89 92 89 0.03 0 0.03 0.64 120 0.02 0.35
Hex 59 5C 59 3 0 3 40 78 2 23
Octal 131 134 131 3 0 3 100 170 2 43
Binary 1011001 1011100 1011001 11 0 11 1000000 1111000 10 100011

Color Harmonies of #595C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595C59

Black with #595C59

Text Example


Text Example

White with #595C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595C59; }

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

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

background-color css

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

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

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

border-color css

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

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

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