#59757B

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

Shades of Blue Bayoux #59757B

Tints of Blue Bayoux #59757B

Color information

#59757B (or 0x59757B) is unknown color: approx Blue Bayoux. HEX triplet: 59, 75 and 7B. RGB value is (89,117,123). Sum of RGB (Red+Green+Blue) = 89+117+123=329 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.05% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 123 - color contains mainly: blue. Hex color #59757B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59757B is #A68A84. Grayscale: #6D6D6D. Windows color (decimal): -10914437 or 8090969. OLE color: 8090969.

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

Color convert

RGB89117123-
CMYK0.280.0500.52
HSL190.59º16.04%41.57%-
HSV(B)190.59º27.64%48.24%-
XYZ14.0616.2821.14-
YUV109.31135.72113.51-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.05%
GREEN value IS 117 (46.09% from 255) = 35.56%
BLUE value IS 123 (48.44% from 255) = 37.39%
R=27.05%
G=35.56%
B=37.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal891171230.280.0500.52190.5916.0441.57
Hex59757B1C5034bf102a
Octal1311651733450642772052
Binary1011001111010111110111110010101101001011111110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59757B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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