#57747E

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

Shades of Blue Bayoux #57747E

Tints of Blue Bayoux #57747E

Color information

#57747E (or 0x57747E) is unknown color: approx Blue Bayoux. HEX triplet: 57, 74 and 7E. RGB value is (87,116,126). Sum of RGB (Red+Green+Blue) = 87+116+126=329 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.44% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 126 (49.61% from 255 or 38.30% from 329); Max value from RGB is 126 - color contains mainly: blue. Hex color #57747E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57747E is #A88B81. Grayscale: #6C6C6C. Windows color (decimal): -11045762 or 8287319. OLE color: 8287319.

HSL color Cylindrical-coordinate representation of color #57747E: hue angle of 195.38º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #57747E is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB87116126-
CMYK0.310.0800.51
HSL195.38º18.31%41.76%-
HSV(B)195.38º30.95%49.41%-
XYZ13.9416.0222.1-
YUV108.47137.89112.69-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.44%
GREEN value IS 116 (45.70% from 255) = 35.26%
BLUE value IS 126 (49.61% from 255) = 38.30%
R=26.44%
G=35.26%
B=38.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal871161260.310.0800.51195.3818.3141.76
Hex57747E1F8033c3122a
Octal12716417637100633032252
Binary10101111110100111111011111100001100111100001110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57747E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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