#56767B

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

Shades of Blue Bayoux #56767B

Tints of Blue Bayoux #56767B

Color information

#56767B (or 0x56767B) is unknown color: approx Blue Bayoux. HEX triplet: 56, 76 and 7B. RGB value is (86,118,123). Sum of RGB (Red+Green+Blue) = 86+118+123=327 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.30% from 327); Green value is 118 (46.48% from 255 or 36.09% 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 #56767B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56767B is #A98984. Grayscale: #6C6C6C. Windows color (decimal): -11110789 or 8091222. OLE color: 8091222.

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

Color convert

RGB86118123-
CMYK0.300.0400.52
HSL188.11º17.7%40.98%-
HSV(B)188.11º30.08%48.24%-
XYZ13.8916.3721.17-
YUV109135.9111.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.30%
GREEN value IS 118 (46.48% from 255) = 36.09%
BLUE value IS 123 (48.44% from 255) = 37.61%
R=26.30%
G=36.09%
B=37.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal861181230.300.0400.52188.1117.740.98
Hex56767B1E4034bc1229
Octal1261661733640642742251
Binary1010110111011011110111111010001101001011110010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56767B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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