#56757B

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

Shades of Blue Bayoux #56757B

Tints of Blue Bayoux #56757B

Color information

#56757B (or 0x56757B) is unknown color: approx Blue Bayoux. HEX triplet: 56, 75 and 7B. RGB value is (86,117,123). Sum of RGB (Red+Green+Blue) = 86+117+123=326 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.38% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 123 - color contains mainly: blue. Hex color #56757B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56757B is #A98A84. Grayscale: #6C6C6C. Windows color (decimal): -11111045 or 8090966. OLE color: 8090966.

HSL color Cylindrical-coordinate representation of color #56757B: hue angle of 189.73º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #56757B is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB86117123-
CMYK0.300.0500.52
HSL189.73º17.7%40.98%-
HSV(B)189.73º30.08%48.24%-
XYZ13.7716.1321.13-
YUV108.42136.23112.01-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.38%
GREEN value IS 117 (46.09% from 255) = 35.89%
BLUE value IS 123 (48.44% from 255) = 37.73%
R=26.38%
G=35.89%
B=37.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal861171230.300.0500.52189.7317.740.98
Hex56757B1E5034be1229
Octal1261651733650642762251
Binary1010110111010111110111111010101101001011111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56757B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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