#57757A

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

Shades of Blue Bayoux #57757A

Tints of Blue Bayoux #57757A

Color information

#57757A (or 0x57757A) is unknown color: approx Blue Bayoux. HEX triplet: 57, 75 and 7A. RGB value is (87,117,122). Sum of RGB (Red+Green+Blue) = 87+117+122=326 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.69% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 122 - color contains mainly: blue. Hex color #57757A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57757A is #A88A85. Grayscale: #6C6C6C. Windows color (decimal): -11045510 or 8025431. OLE color: 8025431.

HSL color Cylindrical-coordinate representation of color #57757A: hue angle of 188.57º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #57757A is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB87117122-
CMYK0.290.0400.52
HSL188.57º16.75%40.98%-
HSV(B)188.57º28.69%47.84%-
XYZ13.816.1520.8-
YUV108.6135.56112.59-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.69%
GREEN value IS 117 (46.09% from 255) = 35.89%
BLUE value IS 122 (48.05% from 255) = 37.42%
R=26.69%
G=35.89%
B=37.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal871171220.290.0400.52188.5716.7540.98
Hex57757A1D4034bd1129
Octal1271651723540642752151
Binary1010111111010111110101110110001101001011110110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57757A; }

 p { color: rgb(87,117,122); }

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

<style>
 a { background-color: #57757A; }

 a { background-color: rgb(87,117,122); }

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

<style>
 span { border-color: #57757A; }

 span { border-color: rgb(87,117,122); }

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