#56737C

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

Shades of Blue Bayoux #56737C

Tints of Blue Bayoux #56737C

Color information

#56737C (or 0x56737C) is unknown color: approx Blue Bayoux. HEX triplet: 56, 73 and 7C. RGB value is (86,115,124). Sum of RGB (Red+Green+Blue) = 86+115+124=325 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.46% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 124 - color contains mainly: blue. Hex color #56737C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56737C is #A98C83. Grayscale: #6B6B6B. Windows color (decimal): -11111556 or 8155990. OLE color: 8155990.

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

Color convert

RGB86115124-
CMYK0.310.0700.51
HSL194.21º18.1%41.18%-
HSV(B)194.21º30.65%48.63%-
XYZ13.6115.721.38-
YUV107.35137.39112.77-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.46%
GREEN value IS 115 (45.31% from 255) = 35.38%
BLUE value IS 124 (48.83% from 255) = 38.15%
R=26.46%
G=35.38%
B=38.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal861151240.310.0700.51194.2118.141.18
Hex56737C1F7033c21229
Octal1261631743770633022251
Binary1010110111001111111001111111101100111100001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56737C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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