#57727C

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

Shades of Blue Bayoux #57727C

Tints of Blue Bayoux #57727C

Color information

#57727C (or 0x57727C) is unknown color: approx Blue Bayoux. HEX triplet: 57, 72 and 7C. RGB value is (87,114,124). Sum of RGB (Red+Green+Blue) = 87+114+124=325 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.77% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 124 - color contains mainly: blue. Hex color #57727C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57727C is #A88D83. Grayscale: #6A6A6A. Windows color (decimal): -11046276 or 8155735. OLE color: 8155735.

HSL color Cylindrical-coordinate representation of color #57727C: hue angle of 196.22º 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 #57727C is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB87114124-
CMYK0.300.0800.51
HSL196.22º17.54%41.37%-
HSV(B)196.22º29.84%48.63%-
XYZ13.5915.5221.35-
YUV107.07137.55113.69-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.77%
GREEN value IS 114 (44.92% from 255) = 35.08%
BLUE value IS 124 (48.83% from 255) = 38.15%
R=26.77%
G=35.08%
B=38.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal871141240.300.0800.51196.2217.5441.37
Hex57727C1E8033c41229
Octal12716217436100633042251
Binary10101111110010111110011110100001100111100010010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57727C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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