#57737C

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

Shades of Blue Bayoux #57737C

Tints of Blue Bayoux #57737C

Color information

#57737C (or 0x57737C) is unknown color: approx Blue Bayoux. HEX triplet: 57, 73 and 7C. RGB value is (87,115,124). Sum of RGB (Red+Green+Blue) = 87+115+124=326 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.69% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 124 - color contains mainly: blue. Hex color #57737C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57737C is #A88C83. Grayscale: #6B6B6B. Windows color (decimal): -11046020 or 8155991. OLE color: 8155991.

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

Color convert

RGB87115124-
CMYK0.300.0700.51
HSL194.59º17.54%41.37%-
HSV(B)194.59º29.84%48.63%-
XYZ13.715.7421.39-
YUV107.65137.22113.27-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.69%
GREEN value IS 115 (45.31% from 255) = 35.28%
BLUE value IS 124 (48.83% from 255) = 38.04%
R=26.69%
G=35.28%
B=38.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal871151240.300.0700.51194.5917.5441.37
Hex57737C1E7033c31229
Octal1271631743670633032251
Binary1010111111001111111001111011101100111100001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57737C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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