#56747A

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

Shades of Blue Bayoux #56747A

Tints of Blue Bayoux #56747A

Color information

#56747A (or 0x56747A) is unknown color: approx Blue Bayoux. HEX triplet: 56, 74 and 7A. RGB value is (86,116,122). Sum of RGB (Red+Green+Blue) = 86+116+122=324 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.54% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 122 (48.05% from 255 or 37.65% from 324); Max value from RGB is 122 - color contains mainly: blue. Hex color #56747A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56747A is #A98B85. Grayscale: #6B6B6B. Windows color (decimal): -11111302 or 8025174. OLE color: 8025174.

HSL color Cylindrical-coordinate representation of color #56747A: 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.3%. Process color model (Four color, CMYK) of #56747A is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB86116122-
CMYK0.300.0500.52
HSL190º17.31%40.78%-
HSV(B)190º29.51%47.84%-
XYZ13.615.8720.76-
YUV107.71136.06112.51-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.54%
GREEN value IS 116 (45.70% from 255) = 35.80%
BLUE value IS 122 (48.05% from 255) = 37.65%
R=26.54%
G=35.80%
B=37.65%

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
Decimal861161220.300.0500.5219017.3140.78
Hex56747A1E5034be1129
Octal1261641723650642762151
Binary1010110111010011110101111010101101001011111010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56747A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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