#596B78

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

Shades of Mid Grey #596B78

Tints of Mid Grey #596B78

Color information

#596B78 (or 0x596B78) is unknown color: approx Mid Grey. HEX triplet: 59, 6B and 78. RGB value is (89,107,120). Sum of RGB (Red+Green+Blue) = 89+107+120=316 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.16% from 316); Green value is 107 (42.19% from 255 or 33.86% from 316); Blue value is 120 (47.27% from 255 or 37.97% from 316); Max value from RGB is 120 - color contains mainly: blue. Hex color #596B78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596B78 is #A69487. Grayscale: #676767. Windows color (decimal): -10917000 or 7891801. OLE color: 7891801.

HSL color Cylindrical-coordinate representation of color #596B78: hue angle of 205.16º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #596B78 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB89107120-
CMYK0.260.1100.53
HSL205.16º14.83%40.98%-
HSV(B)205.16º25.83%47.06%-
XYZ12.771419.8-
YUV103.1137.54117.94-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.16%
GREEN value IS 107 (42.19% from 255) = 33.86%
BLUE value IS 120 (47.27% from 255) = 37.97%
R=28.16%
G=33.86%
B=37.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal891071200.260.1100.53205.1614.8340.98
Hex596B781AB035cdf29
Octal13115317032130653151751
Binary1011001110101111110001101010110110101110011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,107,120); }

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

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

 a { background-color: rgb(89,107,120); }

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

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

 span { border-color: rgb(89,107,120); }

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