#57767C

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

Shades of Blue Bayoux #57767C

Tints of Blue Bayoux #57767C

Color information

#57767C (or 0x57767C) is unknown color: approx Blue Bayoux. HEX triplet: 57, 76 and 7C. RGB value is (87,118,124). Sum of RGB (Red+Green+Blue) = 87+118+124=329 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.44% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 124 - color contains mainly: blue. Hex color #57767C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57767C is #A88983. Grayscale: #6D6D6D. Windows color (decimal): -11045252 or 8156759. OLE color: 8156759.

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

Color convert

RGB87118124-
CMYK0.300.0500.51
HSL189.73º17.54%41.37%-
HSV(B)189.73º29.84%48.63%-
XYZ14.0516.4421.5-
YUV109.42136.23112.01-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.44%
GREEN value IS 118 (46.48% from 255) = 35.87%
BLUE value IS 124 (48.83% from 255) = 37.69%
R=26.44%
G=35.87%
B=37.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal871181240.300.0500.51189.7317.5441.37
Hex57767C1E5033be1229
Octal1271661743650632762251
Binary1010111111011011111001111010101100111011111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57767C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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