#57717B

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

Shades of Blue Bayoux #57717B

Tints of Blue Bayoux #57717B

Color information

#57717B (or 0x57717B) is unknown color: approx Blue Bayoux. HEX triplet: 57, 71 and 7B. RGB value is (87,113,123). Sum of RGB (Red+Green+Blue) = 87+113+123=323 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.93% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 123 (48.44% from 255 or 38.08% from 323); Max value from RGB is 123 - color contains mainly: blue. Hex color #57717B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57717B is #A88E84. Grayscale: #6A6A6A. Windows color (decimal): -11046533 or 8089943. OLE color: 8089943.

HSL color Cylindrical-coordinate representation of color #57717B: hue angle of 196.67º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #57717B is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB87113123-
CMYK0.290.0800.52
HSL196.67º17.14%41.18%-
HSV(B)196.67º29.27%48.24%-
XYZ13.4115.2720.98-
YUV106.37137.39114.19-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.93%
GREEN value IS 113 (44.53% from 255) = 34.98%
BLUE value IS 123 (48.44% from 255) = 38.08%
R=26.93%
G=34.98%
B=38.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal871131230.290.0800.52196.6717.1441.18
Hex57717B1D8034c51129
Octal12716117335100643052151
Binary10101111110001111101111101100001101001100010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57717B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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