#57777C

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

Shades of Blue Bayoux #57777C

Tints of Blue Bayoux #57777C

Color information

#57777C (or 0x57777C) is unknown color: approx Blue Bayoux. HEX triplet: 57, 77 and 7C. RGB value is (87,119,124). Sum of RGB (Red+Green+Blue) = 87+119+124=330 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.36% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 124 - color contains mainly: blue. Hex color #57777C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57777C is #A88883. Grayscale: #6D6D6D. Windows color (decimal): -11044996 or 8157015. OLE color: 8157015.

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

Color convert

RGB87119124-
CMYK0.300.0400.51
HSL188.11º17.54%41.37%-
HSV(B)188.11º29.84%48.63%-
XYZ14.1716.6821.54-
YUV110135.9111.59-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.36%
GREEN value IS 119 (46.88% from 255) = 36.06%
BLUE value IS 124 (48.83% from 255) = 37.58%
R=26.36%
G=36.06%
B=37.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal871191240.300.0400.51188.1117.5441.37
Hex57777C1E4033bc1229
Octal1271671743640632742251
Binary1010111111011111111001111010001100111011110010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57777C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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