#59727C

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

Shades of Blue Bayoux #59727C

Tints of Blue Bayoux #59727C

Color information

#59727C (or 0x59727C) is unknown color: approx Blue Bayoux. HEX triplet: 59, 72 and 7C. RGB value is (89,114,124). Sum of RGB (Red+Green+Blue) = 89+114+124=327 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.22% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 124 - color contains mainly: blue. Hex color #59727C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59727C is #A68D83. Grayscale: #6B6B6B. Windows color (decimal): -10915204 or 8155737. OLE color: 8155737.

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

Color convert

RGB89114124-
CMYK0.280.0800.51
HSL197.14º16.43%41.76%-
HSV(B)197.14º28.23%48.63%-
XYZ13.7815.6121.36-
YUV107.66137.22114.69-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.22%
GREEN value IS 114 (44.92% from 255) = 34.86%
BLUE value IS 124 (48.83% from 255) = 37.92%
R=27.22%
G=34.86%
B=37.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal891141240.280.0800.51197.1416.4341.76
Hex59727C1C8033c5102a
Octal13116217434100633052052
Binary10110011110010111110011100100001100111100010110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59727C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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