#59787C

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

Shades of Blue Bayoux #59787C

Tints of Blue Bayoux #59787C

Color information

#59787C (or 0x59787C) is unknown color: approx Blue Bayoux. HEX triplet: 59, 78 and 7C. RGB value is (89,120,124). Sum of RGB (Red+Green+Blue) = 89+120+124=333 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.73% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 124 - color contains mainly: blue. Hex color #59787C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59787C is #A68783. Grayscale: #6F6F6F. Windows color (decimal): -10913668 or 8157273. OLE color: 8157273.

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

Color convert

RGB89120124-
CMYK0.280.0300.51
HSL186.86º16.43%41.76%-
HSV(B)186.86º28.23%48.63%-
XYZ14.4717.0121.59-
YUV111.19135.23112.17-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.73%
GREEN value IS 120 (47.27% from 255) = 36.04%
BLUE value IS 124 (48.83% from 255) = 37.24%
R=26.73%
G=36.04%
B=37.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal891201240.280.0300.51186.8616.4341.76
Hex59787C1C3033bb102a
Octal1311701743430632732052
Binary101100111110001111100111001101100111011101110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59787C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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