#596A76

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

Shades of Mid Grey #596A76

Tints of Mid Grey #596A76

Color information

#596A76 (or 0x596A76) is unknown color: approx Mid Grey. HEX triplet: 59, 6A and 76. RGB value is (89,106,118). Sum of RGB (Red+Green+Blue) = 89+106+118=313 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.43% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 118 - color contains mainly: blue. Hex color #596A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596A76 is #A69589. Grayscale: #666666. Windows color (decimal): -10917258 or 7760473. OLE color: 7760473.

HSL color Cylindrical-coordinate representation of color #596A76: hue angle of 204.83º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #596A76 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB89106118-
CMYK0.250.1000.54
HSL204.83º14.01%40.59%-
HSV(B)204.83º24.58%46.27%-
XYZ12.5413.7419.13-
YUV102.28136.87118.52-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.43%
GREEN value IS 106 (41.80% from 255) = 33.87%
BLUE value IS 118 (46.48% from 255) = 37.70%
R=28.43%
G=33.87%
B=37.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal891061180.250.1000.54204.8314.0140.59
Hex596A7619A036cde29
Octal13115216631120663151651
Binary1011001110101011101101100110100110110110011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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