#596C60

Color #596C60 Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #596C60

Tints of Como #596C60

Color information

#596C60 (or 0x596C60) is unknown color: approx Como. HEX triplet: 59, 6C and 60. RGB value is (89,108,96). Sum of RGB (Red+Green+Blue) = 89+108+96=293 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.38% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 108 - color contains mainly: green. Hex color #596C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596C60 is #A6939F. Grayscale: #646464. Windows color (decimal): -10916768 or 6319193. OLE color: 6319193.

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

Color convert

RGB8910896-
CMYK0.1800.110.58
HSL142.11º9.64%38.63%-
HSV(B)142.11º17.59%42.35%-
XYZ11.5913.6913.1-
YUV100.95125.21119.48-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.38%
GREEN value IS 108 (42.58% from 255) = 36.86%
BLUE value IS 96 (37.89% from 255) = 32.76%
R=30.38%
G=36.86%
B=32.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal89108960.1800.110.58142.119.6438.63
Hex596C60120B3A8ea27
Octal13115414022013722161247
Binary1011001110110011000001001001011111010100011101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #596C60;
 }
 .AnyTagClassName
 {
   color: #596C60;
 }
</style>
background-color css

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

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

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

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

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

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