#59707C

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

Shades of Blue Bayoux #59707C

Tints of Blue Bayoux #59707C

Color information

#59707C (or 0x59707C) is unknown color: approx Blue Bayoux. HEX triplet: 59, 70 and 7C. RGB value is (89,112,124). Sum of RGB (Red+Green+Blue) = 89+112+124=325 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.38% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 124 - color contains mainly: blue. Hex color #59707C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59707C is #A68F83. Grayscale: #6A6A6A. Windows color (decimal): -10915716 or 8155225. OLE color: 8155225.

HSL color Cylindrical-coordinate representation of color #59707C: hue angle of 200.57º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #59707C is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB89112124-
CMYK0.280.1000.51
HSL200.57º16.43%41.76%-
HSV(B)200.57º28.23%48.63%-
XYZ13.5515.1721.28-
YUV106.49137.88115.52-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.38%
GREEN value IS 112 (44.14% from 255) = 34.46%
BLUE value IS 124 (48.83% from 255) = 38.15%
R=27.38%
G=34.46%
B=38.15%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal891121240.280.1000.51200.5716.4341.76
Hex59707C1CA033c9102a
Octal13116017434120633112052
Binary10110011110000111110011100101001100111100100110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59707C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59707C; }

 p { color: rgb(89,112,124); }

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

<style>
 a { background-color: #59707C; }

 a { background-color: rgb(89,112,124); }

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

<style>
 span { border-color: #59707C; }

 span { border-color: rgb(89,112,124); }

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