#56777D

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

Shades of Blue Bayoux #56777D

Tints of Blue Bayoux #56777D

Color information

#56777D (or 0x56777D) is unknown color: approx Blue Bayoux. HEX triplet: 56, 77 and 7D. RGB value is (86,119,125). Sum of RGB (Red+Green+Blue) = 86+119+125=330 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.06% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 125 - color contains mainly: blue. Hex color #56777D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56777D is #A98882. Grayscale: #6D6D6D. Windows color (decimal): -11110531 or 8222550. OLE color: 8222550.

HSL color Cylindrical-coordinate representation of color #56777D: hue angle of 189.23º 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 #56777D is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB86119125-
CMYK0.310.0500.51
HSL189.23º18.48%41.37%-
HSV(B)189.23º31.2%49.02%-
XYZ14.1416.6521.87-
YUV109.82136.57111.01-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.06%
GREEN value IS 119 (46.88% from 255) = 36.06%
BLUE value IS 125 (49.22% from 255) = 37.88%
R=26.06%
G=36.06%
B=37.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal861191250.310.0500.51189.2318.4841.37
Hex56777D1F5033bd1229
Octal1261671753750632752251
Binary1010110111011111111011111110101100111011110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56777D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56777D; }

 p { color: rgb(86,119,125); }

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

<style>
 a { background-color: #56777D; }

 a { background-color: rgb(86,119,125); }

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

<style>
 span { border-color: #56777D; }

 span { border-color: rgb(86,119,125); }

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