#56747B

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

Shades of Blue Bayoux #56747B

Tints of Blue Bayoux #56747B

Color information

#56747B (or 0x56747B) is unknown color: approx Blue Bayoux. HEX triplet: 56, 74 and 7B. RGB value is (86,116,123). Sum of RGB (Red+Green+Blue) = 86+116+123=325 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.46% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 123 - color contains mainly: blue. Hex color #56747B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56747B is #A98B84. Grayscale: #6B6B6B. Windows color (decimal): -11111301 or 8090710. OLE color: 8090710.

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

Color convert

RGB86116123-
CMYK0.300.0600.52
HSL191.35º17.7%40.98%-
HSV(B)191.35º30.08%48.24%-
XYZ13.6615.921.09-
YUV107.83136.56112.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.46%
GREEN value IS 116 (45.70% from 255) = 35.69%
BLUE value IS 123 (48.44% from 255) = 37.85%
R=26.46%
G=35.69%
B=37.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal861161230.300.0600.52191.3517.740.98
Hex56747B1E6034bf1229
Octal1261641733660642772251
Binary1010110111010011110111111011001101001011111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56747B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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