#57787D

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

Shades of Blue Bayoux #57787D

Tints of Blue Bayoux #57787D

Color information

#57787D (or 0x57787D) is unknown color: approx Blue Bayoux. HEX triplet: 57, 78 and 7D. RGB value is (87,120,125). Sum of RGB (Red+Green+Blue) = 87+120+125=332 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.20% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 125 - color contains mainly: blue. Hex color #57787D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57787D is #A88782. Grayscale: #6E6E6E. Windows color (decimal): -11044739 or 8222807. OLE color: 8222807.

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

Color convert

RGB87120125-
CMYK0.300.0400.51
HSL187.89º17.92%41.57%-
HSV(B)187.89º30.4%49.02%-
XYZ14.3516.9421.92-
YUV110.7136.07111.09-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.20%
GREEN value IS 120 (47.27% from 255) = 36.14%
BLUE value IS 125 (49.22% from 255) = 37.65%
R=26.20%
G=36.14%
B=37.65%

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
Decimal871201250.300.0400.51187.8917.9241.57
Hex57787D1E4033bc122a
Octal1271701753640632742252
Binary1010111111100011111011111010001100111011110010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57787D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57787D; }

 p { color: rgb(87,120,125); }

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

<style>
 a { background-color: #57787D; }

 a { background-color: rgb(87,120,125); }

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

<style>
 span { border-color: #57787D; }

 span { border-color: rgb(87,120,125); }

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