Html Css Color HEX #596F60 Como

📋 copy color: '#596F60'

red 89 ◦ green 111 ◦ blue 96

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

Shades of Como #596F60

Tints of Como #596F60

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.5%

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

R = 30.07%
G = 37.5%
B = 32.43%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#596F60 (or 0x596F60) is known color: Como. HEX triplet: 59, 6F and 60. RGB value is (89,111,96). Sum of RGB (Red+Green+Blue) = 89+111+96=296 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.07% from 296); Green value is 111 (43.75% from 255 or 37.5% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 111 - color contains mainly: green. Hex color #596F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596F60 is #A6909F. Grayscale: #666666. Windows color (decimal): -10916000 or 6319961. OLE color: 6319961.

HSL color Cylindrical-coordinate representation of color #596F60: hue angle of 139.09º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #596F60 is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 89 111 96 -
CMYK 0.20 0 0.14 0.56
HSL 139.09º 0.11% 0.39% -
HSV(B) 139.09º 0.2% 0.44% -
XYZ 11.92 14.34 13.21 -
YUV 102.71 124.21 118.22 -
System Red Green Blue C M Y K H S L
Decimal 89 111 96 0.20 0 0.14 0.56 139.09 0.11 0.39
Hex 59 6F 60 14 0 E 38 8B B 27
Octal 131 157 140 24 0 16 70 213 13 47
Binary 1011001 1101111 1100000 10100 0 1110 111000 10001011 1011 100111

Color Harmonies of #596F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596F60

Black with #596F60

Text Example


Text Example

White with #596F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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