#57757F

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

Shades of Blue Bayoux #57757F

Tints of Blue Bayoux #57757F

Color information

#57757F (or 0x57757F) is unknown color: approx Blue Bayoux. HEX triplet: 57, 75 and 7F. RGB value is (87,117,127). Sum of RGB (Red+Green+Blue) = 87+117+127=331 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.28% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 127 (50% from 255 or 38.37% from 331); Max value from RGB is 127 - color contains mainly: blue. Hex color #57757F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57757F is #A88A80. Grayscale: #6D6D6D. Windows color (decimal): -11045505 or 8353111. OLE color: 8353111.

HSL color Cylindrical-coordinate representation of color #57757F: hue angle of 195º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #57757F is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB87117127-
CMYK0.310.0800.50
HSL195º18.69%41.96%-
HSV(B)195º31.5%49.8%-
XYZ14.1216.2822.48-
YUV109.17138.06112.19-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.28%
GREEN value IS 117 (46.09% from 255) = 35.35%
BLUE value IS 127 (50% from 255) = 38.37%
R=26.28%
G=35.35%
B=38.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal871171270.310.0800.5019518.6941.96
Hex57757F1F8032c3132a
Octal12716517737100623032352
Binary10101111110101111111111111100001100101100001110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57757F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57757F; }

 p { color: rgb(87,117,127); }

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

<style>
 a { background-color: #57757F; }

 a { background-color: rgb(87,117,127); }

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

<style>
 span { border-color: #57757F; }

 span { border-color: rgb(87,117,127); }

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