#59787E

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

Shades of Blue Bayoux #59787E

Tints of Blue Bayoux #59787E

Color information

#59787E (or 0x59787E) is unknown color: approx Blue Bayoux. HEX triplet: 59, 78 and 7E. RGB value is (89,120,126). Sum of RGB (Red+Green+Blue) = 89+120+126=335 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.57% from 335); Green value is 120 (47.27% from 255 or 35.82% from 335); Blue value is 126 (49.61% from 255 or 37.61% from 335); Max value from RGB is 126 - color contains mainly: blue. Hex color #59787E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59787E is #A68781. Grayscale: #6F6F6F. Windows color (decimal): -10913666 or 8288345. OLE color: 8288345.

HSL color Cylindrical-coordinate representation of color #59787E: hue angle of 189.73º 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 #59787E is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB89120126-
CMYK0.290.0500.51
HSL189.73º17.21%42.16%-
HSV(B)189.73º29.37%49.41%-
XYZ14.617.0622.26-
YUV111.42136.23112.01-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.57%
GREEN value IS 120 (47.27% from 255) = 35.82%
BLUE value IS 126 (49.61% from 255) = 37.61%
R=26.57%
G=35.82%
B=37.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal891201260.290.0500.51189.7317.2142.16
Hex59787E1D5033be112a
Octal1311701763550632762152
Binary1011001111100011111101110110101100111011111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59787E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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