#57797E

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

Shades of Blue Bayoux #57797E

Tints of Blue Bayoux #57797E

Color information

#57797E (or 0x57797E) is unknown color: approx Blue Bayoux. HEX triplet: 57, 79 and 7E. RGB value is (87,121,126). Sum of RGB (Red+Green+Blue) = 87+121+126=334 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.05% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 126 - color contains mainly: blue. Hex color #57797E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57797E is #A88681. Grayscale: #6F6F6F. Windows color (decimal): -11044482 or 8288599. OLE color: 8288599.

HSL color Cylindrical-coordinate representation of color #57797E: hue angle of 187.69º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #57797E is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB87121126-
CMYK0.310.0400.51
HSL187.69º18.31%41.76%-
HSV(B)187.69º30.95%49.41%-
XYZ14.5317.2122.29-
YUV111.4136.24110.59-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.05%
GREEN value IS 121 (47.66% from 255) = 36.23%
BLUE value IS 126 (49.61% from 255) = 37.72%
R=26.05%
G=36.23%
B=37.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal871211260.310.0400.51187.6918.3141.76
Hex57797E1F4033bc122a
Octal1271711763740632742252
Binary1010111111100111111101111110001100111011110010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57797E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57797E; }

 p { color: rgb(87,121,126); }

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

<style>
 a { background-color: #57797E; }

 a { background-color: rgb(87,121,126); }

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

<style>
 span { border-color: #57797E; }

 span { border-color: rgb(87,121,126); }

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