#59797D

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

Shades of Blue Bayoux #59797D

Tints of Blue Bayoux #59797D

Color information

#59797D (or 0x59797D) is unknown color: approx Blue Bayoux. HEX triplet: 59, 79 and 7D. RGB value is (89,121,125). Sum of RGB (Red+Green+Blue) = 89+121+125=335 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.57% from 335); Green value is 121 (47.66% from 255 or 36.12% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 125 - color contains mainly: blue. Hex color #59797D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59797D is #A68682. Grayscale: #6F6F6F. Windows color (decimal): -10913411 or 8223065. OLE color: 8223065.

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

Color convert

RGB89121125-
CMYK0.290.0300.51
HSL186.67º16.82%41.96%-
HSV(B)186.67º28.8%49.02%-
XYZ14.6617.2821.96-
YUV111.89135.4111.67-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.57%
GREEN value IS 121 (47.66% from 255) = 36.12%
BLUE value IS 125 (49.22% from 255) = 37.31%
R=26.57%
G=36.12%
B=37.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal891211250.290.0300.51186.6716.8241.96
Hex59797D1D3033bb112a
Octal1311711753530632732152
Binary101100111110011111101111011101100111011101110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59797D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59797D; }

 p { color: rgb(89,121,125); }

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

<style>
 a { background-color: #59797D; }

 a { background-color: rgb(89,121,125); }

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

<style>
 span { border-color: #59797D; }

 span { border-color: rgb(89,121,125); }

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