#57747D

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

Shades of Blue Bayoux #57747D

Tints of Blue Bayoux #57747D

Color information

#57747D (or 0x57747D) is unknown color: approx Blue Bayoux. HEX triplet: 57, 74 and 7D. RGB value is (87,116,125). Sum of RGB (Red+Green+Blue) = 87+116+125=328 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.52% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 125 - color contains mainly: blue. Hex color #57747D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57747D is #A88B82. Grayscale: #6C6C6C. Windows color (decimal): -11045763 or 8221783. OLE color: 8221783.

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

Color convert

RGB87116125-
CMYK0.300.0700.51
HSL194.21º17.92%41.57%-
HSV(B)194.21º30.4%49.02%-
XYZ13.881621.76-
YUV108.35137.39112.77-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.52%
GREEN value IS 116 (45.70% from 255) = 35.37%
BLUE value IS 125 (49.22% from 255) = 38.11%
R=26.52%
G=35.37%
B=38.11%

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
Decimal871161250.300.0700.51194.2117.9241.57
Hex57747D1E7033c2122a
Octal1271641753670633022252
Binary1010111111010011111011111011101100111100001010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57747D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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