#57757B

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

Shades of Blue Bayoux #57757B

Tints of Blue Bayoux #57757B

Color information

#57757B (or 0x57757B) is unknown color: approx Blue Bayoux. HEX triplet: 57, 75 and 7B. RGB value is (87,117,123). Sum of RGB (Red+Green+Blue) = 87+117+123=327 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.61% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 123 - color contains mainly: blue. Hex color #57757B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57757B is #A88A84. Grayscale: #6C6C6C. Windows color (decimal): -11045509 or 8090967. OLE color: 8090967.

HSL color Cylindrical-coordinate representation of color #57757B: hue angle of 190º 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 #57757B is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB87117123-
CMYK0.290.0500.52
HSL190º17.14%41.18%-
HSV(B)190º29.27%48.24%-
XYZ13.8716.1821.13-
YUV108.71136.06112.51-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.61%
GREEN value IS 117 (46.09% from 255) = 35.78%
BLUE value IS 123 (48.44% from 255) = 37.61%
R=26.61%
G=35.78%
B=37.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal871171230.290.0500.5219017.1441.18
Hex57757B1D5034be1129
Octal1271651733550642762151
Binary1010111111010111110111110110101101001011111010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57757B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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