Html Css Color HEX #596A60 Como

📋 copy color: '#596A60'

red 89 ◦ green 106 ◦ blue 96

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

Shades of Como #596A60

Tints of Como #596A60

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.43%

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

R = 30.58%
G = 36.43%
B = 32.99%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.09

 K value IS 0.58

RGB Variations

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

Color information

#596A60 (or 0x596A60) is known color: Como. HEX triplet: 59, 6A and 60. RGB value is (89,106,96). Sum of RGB (Red+Green+Blue) = 89+106+96=291 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.58% from 291); Green value is 106 (41.80% from 255 or 36.43% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 106 - color contains mainly: green. Hex color #596A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596A60 is #A6959F. Grayscale: #636363. Windows color (decimal): -10917280 or 6318681. OLE color: 6318681.

HSL color Cylindrical-coordinate representation of color #596A60: hue angle of 144.71º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #596A60 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB 89 106 96 -
CMYK 0.16 0 0.09 0.58
HSL 144.71º 0.09% 0.38% -
HSV(B) 144.71º 0.16% 0.42% -
XYZ 11.39 13.28 13.03 -
YUV 99.78 125.87 120.31 -
System Red Green Blue C M Y K H S L
Decimal 89 106 96 0.16 0 0.09 0.58 144.71 0.09 0.38
Hex 59 6A 60 10 0 9 3A 91 9 26
Octal 131 152 140 20 0 11 72 221 11 46
Binary 1011001 1101010 1100000 10000 0 1001 111010 10010001 1001 100110

Color Harmonies of #596A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596A60

Black with #596A60

Text Example


Text Example

White with #596A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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