#56727C

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

Shades of Blue Bayoux #56727C

Tints of Blue Bayoux #56727C

Color information

#56727C (or 0x56727C) is unknown color: approx Blue Bayoux. HEX triplet: 56, 72 and 7C. RGB value is (86,114,124). Sum of RGB (Red+Green+Blue) = 86+114+124=324 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.54% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 124 - color contains mainly: blue. Hex color #56727C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56727C is #A98D83. Grayscale: #6A6A6A. Windows color (decimal): -11111812 or 8155734. OLE color: 8155734.

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

Color convert

RGB86114124-
CMYK0.310.0800.51
HSL195.79º18.1%41.18%-
HSV(B)195.79º30.65%48.63%-
XYZ13.4915.4721.34-
YUV106.77137.72113.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.54%
GREEN value IS 114 (44.92% from 255) = 35.19%
BLUE value IS 124 (48.83% from 255) = 38.27%
R=26.54%
G=35.19%
B=38.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal861141240.310.0800.51195.7918.141.18
Hex56727C1F8033c41229
Octal12616217437100633042251
Binary10101101110010111110011111100001100111100010010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56727C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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