#59747B

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

Shades of Blue Bayoux #59747B

Tints of Blue Bayoux #59747B

Color information

#59747B (or 0x59747B) is unknown color: approx Blue Bayoux. HEX triplet: 59, 74 and 7B. RGB value is (89,116,123). Sum of RGB (Red+Green+Blue) = 89+116+123=328 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.13% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 123 - color contains mainly: blue. Hex color #59747B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59747B is #A68B84. Grayscale: #6C6C6C. Windows color (decimal): -10914693 or 8090713. OLE color: 8090713.

HSL color Cylindrical-coordinate representation of color #59747B: hue angle of 192.35º 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 #59747B is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB89116123-
CMYK0.280.0600.52
HSL192.35º16.04%41.57%-
HSV(B)192.35º27.64%48.24%-
XYZ13.9416.0421.1-
YUV108.72136.05113.93-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.13%
GREEN value IS 116 (45.70% from 255) = 35.37%
BLUE value IS 123 (48.44% from 255) = 37.5%
R=27.13%
G=35.37%
B=37.5%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal891161230.280.0600.52192.3516.0441.57
Hex59747B1C6034c0102a
Octal1311641733460643002052
Binary1011001111010011110111110011001101001100000010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59747B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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