#59797F

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

Shades of Blue Bayoux #59797F

Tints of Blue Bayoux #59797F

Color information

#59797F (or 0x59797F) is unknown color: approx Blue Bayoux. HEX triplet: 59, 79 and 7F. RGB value is (89,121,127). Sum of RGB (Red+Green+Blue) = 89+121+127=337 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.41% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 127 - color contains mainly: blue. Hex color #59797F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59797F is #A68680. Grayscale: #707070. Windows color (decimal): -10913409 or 8354137. OLE color: 8354137.

HSL color Cylindrical-coordinate representation of color #59797F: hue angle of 189.47º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #59797F is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB89121127-
CMYK0.300.0500.50
HSL189.47º17.59%42.35%-
HSV(B)189.47º29.92%49.8%-
XYZ14.7917.3322.64-
YUV112.12136.4111.51-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.41%
GREEN value IS 121 (47.66% from 255) = 35.91%
BLUE value IS 127 (50% from 255) = 37.69%
R=26.41%
G=35.91%
B=37.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal891211270.300.0500.50189.4717.5942.35
Hex59797F1E5032bd122a
Octal1311711773650622752252
Binary1011001111100111111111111010101100101011110110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59797F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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