#57707C

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

Shades of Blue Bayoux #57707C

Tints of Blue Bayoux #57707C

Color information

#57707C (or 0x57707C) is unknown color: approx Blue Bayoux. HEX triplet: 57, 70 and 7C. RGB value is (87,112,124). Sum of RGB (Red+Green+Blue) = 87+112+124=323 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.93% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 124 - color contains mainly: blue. Hex color #57707C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57707C is #A88F83. Grayscale: #696969. Windows color (decimal): -11046788 or 8155223. OLE color: 8155223.

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

Color convert

RGB87112124-
CMYK0.300.1000.51
HSL199.46º17.54%41.37%-
HSV(B)199.46º29.84%48.63%-
XYZ13.3615.0721.27-
YUV105.89138.22114.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.93%
GREEN value IS 112 (44.14% from 255) = 34.67%
BLUE value IS 124 (48.83% from 255) = 38.39%
R=26.93%
G=34.67%
B=38.39%

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
Decimal871121240.300.1000.51199.4617.5441.37
Hex57707C1EA033c71229
Octal12716017436120633072251
Binary10101111110000111110011110101001100111100011110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57707C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57707C; }

 p { color: rgb(87,112,124); }

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

<style>
 a { background-color: #57707C; }

 a { background-color: rgb(87,112,124); }

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

<style>
 span { border-color: #57707C; }

 span { border-color: rgb(87,112,124); }

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