#57717D

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

Shades of Blue Bayoux #57717D

Tints of Blue Bayoux #57717D

Color information

#57717D (or 0x57717D) is unknown color: approx Blue Bayoux. HEX triplet: 57, 71 and 7D. RGB value is (87,113,125). Sum of RGB (Red+Green+Blue) = 87+113+125=325 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.77% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 125 - color contains mainly: blue. Hex color #57717D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57717D is #A88E82. Grayscale: #6A6A6A. Windows color (decimal): -11046531 or 8221015. OLE color: 8221015.

HSL color Cylindrical-coordinate representation of color #57717D: hue angle of 198.95º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #57717D is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB87113125-
CMYK0.300.1000.51
HSL198.95º17.92%41.57%-
HSV(B)198.95º30.4%49.02%-
XYZ13.5415.3221.65-
YUV106.59138.39114.02-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.77%
GREEN value IS 113 (44.53% from 255) = 34.77%
BLUE value IS 125 (49.22% from 255) = 38.46%
R=26.77%
G=34.77%
B=38.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal871131250.300.1000.51198.9517.9241.57
Hex57717D1EA033c7122a
Octal12716117536120633072252
Binary10101111110001111110111110101001100111100011110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57717D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57717D; }

 p { color: rgb(87,113,125); }

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

<style>
 a { background-color: #57717D; }

 a { background-color: rgb(87,113,125); }

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

<style>
 span { border-color: #57717D; }

 span { border-color: rgb(87,113,125); }

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