#59737C

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

Shades of Blue Bayoux #59737C

Tints of Blue Bayoux #59737C

Color information

#59737C (or 0x59737C) is unknown color: approx Blue Bayoux. HEX triplet: 59, 73 and 7C. RGB value is (89,115,124). Sum of RGB (Red+Green+Blue) = 89+115+124=328 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.13% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 124 - color contains mainly: blue. Hex color #59737C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59737C is #A68C83. Grayscale: #6C6C6C. Windows color (decimal): -10914948 or 8155993. OLE color: 8155993.

HSL color Cylindrical-coordinate representation of color #59737C: hue angle of 195.43º 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 #59737C is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB89115124-
CMYK0.280.0700.51
HSL195.43º16.43%41.76%-
HSV(B)195.43º28.23%48.63%-
XYZ13.8915.8421.39-
YUV108.25136.89114.27-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.13%
GREEN value IS 115 (45.31% from 255) = 35.06%
BLUE value IS 124 (48.83% from 255) = 37.80%
R=27.13%
G=35.06%
B=37.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal891151240.280.0700.51195.4316.4341.76
Hex59737C1C7033c3102a
Octal1311631743470633032052
Binary1011001111001111111001110011101100111100001110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59737C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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