#59717C

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

Shades of Blue Bayoux #59717C

Tints of Blue Bayoux #59717C

Color information

#59717C (or 0x59717C) is unknown color: approx Blue Bayoux. HEX triplet: 59, 71 and 7C. RGB value is (89,113,124). Sum of RGB (Red+Green+Blue) = 89+113+124=326 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.30% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 124 - color contains mainly: blue. Hex color #59717C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59717C is #A68E83. Grayscale: #6B6B6B. Windows color (decimal): -10915460 or 8155481. OLE color: 8155481.

HSL color Cylindrical-coordinate representation of color #59717C: hue angle of 198.86º 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 #59717C is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB89113124-
CMYK0.280.0900.51
HSL198.86º16.43%41.76%-
HSV(B)198.86º28.23%48.63%-
XYZ13.6615.3921.32-
YUV107.08137.55115.11-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.30%
GREEN value IS 113 (44.53% from 255) = 34.66%
BLUE value IS 124 (48.83% from 255) = 38.04%
R=27.30%
G=34.66%
B=38.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal891131240.280.0900.51198.8616.4341.76
Hex59717C1C9033c7102a
Octal13116117434110633072052
Binary10110011110001111110011100100101100111100011110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59717C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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