#59727B

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

Shades of Blue Bayoux #59727B

Tints of Blue Bayoux #59727B

Color information

#59727B (or 0x59727B) is unknown color: approx Blue Bayoux. HEX triplet: 59, 72 and 7B. RGB value is (89,114,123). Sum of RGB (Red+Green+Blue) = 89+114+123=326 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.30% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 123 - color contains mainly: blue. Hex color #59727B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59727B is #A68D84. Grayscale: #6B6B6B. Windows color (decimal): -10915205 or 8090201. OLE color: 8090201.

HSL color Cylindrical-coordinate representation of color #59727B: hue angle of 195.88º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #59727B is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB89114123-
CMYK0.280.0700.52
HSL195.88º16.04%41.57%-
HSV(B)195.88º27.64%48.24%-
XYZ13.7115.5921.03-
YUV107.55136.72114.77-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.30%
GREEN value IS 114 (44.92% from 255) = 34.97%
BLUE value IS 123 (48.44% from 255) = 37.73%
R=27.30%
G=34.97%
B=37.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal891141230.280.0700.52195.8816.0441.57
Hex59727B1C7034c4102a
Octal1311621733470643042052
Binary1011001111001011110111110011101101001100010010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59727B; }

 p { color: rgb(89,114,123); }

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

<style>
 a { background-color: #59727B; }

 a { background-color: rgb(89,114,123); }

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

<style>
 span { border-color: #59727B; }

 span { border-color: rgb(89,114,123); }

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