#596E79

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

Shades of Blue Bayoux #596E79

Tints of Blue Bayoux #596E79

Color information

#596E79 (or 0x596E79) is unknown color: approx Blue Bayoux. HEX triplet: 59, 6E and 79. RGB value is (89,110,121). Sum of RGB (Red+Green+Blue) = 89+110+121=320 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.81% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 121 (47.66% from 255 or 37.81% from 320); Max value from RGB is 121 - color contains mainly: blue. Hex color #596E79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596E79 is #A69186. Grayscale: #686868. Windows color (decimal): -10916231 or 7958105. OLE color: 7958105.

HSL color Cylindrical-coordinate representation of color #596E79: hue angle of 200.62º 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 #596E79 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB89110121-
CMYK0.260.0900.53
HSL200.62º15.24%41.18%-
HSV(B)200.62º26.45%47.45%-
XYZ13.1514.6620.23-
YUV104.98137.04116.61-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.81%
GREEN value IS 110 (43.36% from 255) = 34.38%
BLUE value IS 121 (47.66% from 255) = 37.81%
R=27.81%
G=34.38%
B=37.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal891101210.260.0900.53200.6215.2441.18
Hex596E791A9035c9f29
Octal13115617132110653111751
Binary1011001110111011110011101010010110101110010011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,110,121); }

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

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

 a { background-color: rgb(89,110,121); }

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

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

 span { border-color: rgb(89,110,121); }

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