#596E7A

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

Shades of Blue Bayoux #596E7A

Tints of Blue Bayoux #596E7A

Color information

#596E7A (or 0x596E7A) is unknown color: approx Blue Bayoux. HEX triplet: 59, 6E and 7A. RGB value is (89,110,122). Sum of RGB (Red+Green+Blue) = 89+110+122=321 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.73% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 122 - color contains mainly: blue. Hex color #596E7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596E7A is #A69185. Grayscale: #696969. Windows color (decimal): -10916230 or 8023641. OLE color: 8023641.

HSL color Cylindrical-coordinate representation of color #596E7A: hue angle of 201.82º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #596E7A is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB89110122-
CMYK0.270.1000.52
HSL201.82º15.64%41.37%-
HSV(B)201.82º27.05%47.84%-
XYZ13.2114.6820.55-
YUV105.09137.54116.52-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.73%
GREEN value IS 110 (43.36% from 255) = 34.27%
BLUE value IS 122 (48.05% from 255) = 38.01%
R=27.73%
G=34.27%
B=38.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal891101220.270.1000.52201.8215.6441.37
Hex596E7A1BA034ca1029
Octal13115617233120643122051
Binary10110011101110111101011011101001101001100101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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