#56787F

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

Shades of Blue Bayoux #56787F

Tints of Blue Bayoux #56787F

Color information

#56787F (or 0x56787F) is unknown color: approx Blue Bayoux. HEX triplet: 56, 78 and 7F. RGB value is (86,120,127). Sum of RGB (Red+Green+Blue) = 86+120+127=333 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.83% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 127 - color contains mainly: blue. Hex color #56787F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56787F is #A98780. Grayscale: #6E6E6E. Windows color (decimal): -11110273 or 8353878. OLE color: 8353878.

HSL color Cylindrical-coordinate representation of color #56787F: hue angle of 190.24º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #56787F is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB86120127-
CMYK0.320.0600.50
HSL190.24º19.25%41.76%-
HSV(B)190.24º32.28%49.8%-
XYZ14.3816.9422.59-
YUV110.63137.24110.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.83%
GREEN value IS 120 (47.27% from 255) = 36.04%
BLUE value IS 127 (50% from 255) = 38.14%
R=25.83%
G=36.04%
B=38.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal861201270.320.0600.50190.2419.2541.76
Hex56787F206032be132a
Octal1261701774060622762352
Binary10101101111000111111110000011001100101011111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56787F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56787F; }

 p { color: rgb(86,120,127); }

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

<style>
 a { background-color: #56787F; }

 a { background-color: rgb(86,120,127); }

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

<style>
 span { border-color: #56787F; }

 span { border-color: rgb(86,120,127); }

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