#59717B

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

Shades of Blue Bayoux #59717B

Tints of Blue Bayoux #59717B

Color information

#59717B (or 0x59717B) is unknown color: approx Blue Bayoux. HEX triplet: 59, 71 and 7B. RGB value is (89,113,123). Sum of RGB (Red+Green+Blue) = 89+113+123=325 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.38% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 123 - color contains mainly: blue. Hex color #59717B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59717B is #A68E84. Grayscale: #6A6A6A. Windows color (decimal): -10915461 or 8089945. OLE color: 8089945.

HSL color Cylindrical-coordinate representation of color #59717B: hue angle of 197.65º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #59717B is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB89113123-
CMYK0.280.0800.52
HSL197.65º16.04%41.57%-
HSV(B)197.65º27.64%48.24%-
XYZ13.615.3620.99-
YUV106.96137.05115.19-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.38%
GREEN value IS 113 (44.53% from 255) = 34.77%
BLUE value IS 123 (48.44% from 255) = 37.85%
R=27.38%
G=34.77%
B=37.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal891131230.280.0800.52197.6516.0441.57
Hex59717B1C8034c6102a
Octal13116117334100643062052
Binary10110011110001111101111100100001101001100011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59717B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59717B; }

 p { color: rgb(89,113,123); }

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

<style>
 a { background-color: #59717B; }

 a { background-color: rgb(89,113,123); }

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

<style>
 span { border-color: #59717B; }

 span { border-color: rgb(89,113,123); }

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