#56717C

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

Shades of Blue Bayoux #56717C

Tints of Blue Bayoux #56717C

Color information

#56717C (or 0x56717C) is unknown color: approx Blue Bayoux. HEX triplet: 56, 71 and 7C. RGB value is (86,113,124). Sum of RGB (Red+Green+Blue) = 86+113+124=323 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.63% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 124 - color contains mainly: blue. Hex color #56717C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56717C is #A98E83. Grayscale: #6A6A6A. Windows color (decimal): -11112068 or 8155478. OLE color: 8155478.

HSL color Cylindrical-coordinate representation of color #56717C: hue angle of 197.37º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #56717C is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB86113124-
CMYK0.310.0900.51
HSL197.37º18.1%41.18%-
HSV(B)197.37º30.65%48.63%-
XYZ13.3815.2421.31-
YUV106.18138.05113.61-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.63%
GREEN value IS 113 (44.53% from 255) = 34.98%
BLUE value IS 124 (48.83% from 255) = 38.39%
R=26.63%
G=34.98%
B=38.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal861131240.310.0900.51197.3718.141.18
Hex56717C1F9033c51229
Octal12616117437110633052251
Binary10101101110001111110011111100101100111100010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56717C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56717C; }

 p { color: rgb(86,113,124); }

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

<style>
 a { background-color: #56717C; }

 a { background-color: rgb(86,113,124); }

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

<style>
 span { border-color: #56717C; }

 span { border-color: rgb(86,113,124); }

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