#59767E

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

Shades of Blue Bayoux #59767E

Tints of Blue Bayoux #59767E

Color information

#59767E (or 0x59767E) is unknown color: approx Blue Bayoux. HEX triplet: 59, 76 and 7E. RGB value is (89,118,126). Sum of RGB (Red+Green+Blue) = 89+118+126=333 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.73% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 126 - color contains mainly: blue. Hex color #59767E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59767E is #A68981. Grayscale: #6E6E6E. Windows color (decimal): -10914178 or 8287833. OLE color: 8287833.

HSL color Cylindrical-coordinate representation of color #59767E: hue angle of 192.97º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #59767E is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB89118126-
CMYK0.290.0600.51
HSL192.97º17.21%42.16%-
HSV(B)192.97º29.37%49.41%-
XYZ14.3616.5922.18-
YUV110.24136.89112.85-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.73%
GREEN value IS 118 (46.48% from 255) = 35.44%
BLUE value IS 126 (49.61% from 255) = 37.84%
R=26.73%
G=35.44%
B=37.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal891181260.290.0600.51192.9717.2142.16
Hex59767E1D6033c1112a
Octal1311661763560633012152
Binary1011001111011011111101110111001100111100000110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59767E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59767E; }

 p { color: rgb(89,118,126); }

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

<style>
 a { background-color: #59767E; }

 a { background-color: rgb(89,118,126); }

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

<style>
 span { border-color: #59767E; }

 span { border-color: rgb(89,118,126); }

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