Html Css Color HEX #596D60 Como

📋 copy color: '#596D60'

red 89 ◦ green 109 ◦ blue 96

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

Shades of Como #596D60

Tints of Como #596D60

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.07%

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

R = 30.27%
G = 37.07%
B = 32.65%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.12

 K value IS 0.57

RGB Variations

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

Color information

#596D60 (or 0x596D60) is known color: Como. HEX triplet: 59, 6D and 60. RGB value is (89,109,96). Sum of RGB (Red+Green+Blue) = 89+109+96=294 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.27% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 96 (37.89% from 255 or 32.65% from 294); Max value from RGB is 109 - color contains mainly: green. Hex color #596D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596D60 is #A6929F. Grayscale: #656565. Windows color (decimal): -10916512 or 6319449. OLE color: 6319449.

HSL color Cylindrical-coordinate representation of color #596D60: hue angle of 141º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #596D60 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.57.

Color convert

RGB 89 109 96 -
CMYK 0.18 0 0.12 0.57
HSL 141º 0.1% 0.39% -
HSV(B) 141º 0.18% 0.43% -
XYZ 11.7 13.91 13.13 -
YUV 101.54 124.87 119.06 -
System Red Green Blue C M Y K H S L
Decimal 89 109 96 0.18 0 0.12 0.57 141 0.1 0.39
Hex 59 6D 60 12 0 C 39 8D A 27
Octal 131 155 140 22 0 14 71 215 12 47
Binary 1011001 1101101 1100000 10010 0 1100 111001 10001101 1010 100111

Color Harmonies of #596D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596D60

Black with #596D60

Text Example


Text Example

White with #596D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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