#56737A

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

Shades of Blue Bayoux #56737A

Tints of Blue Bayoux #56737A

Color information

#56737A (or 0x56737A) is unknown color: approx Blue Bayoux. HEX triplet: 56, 73 and 7A. RGB value is (86,115,122). Sum of RGB (Red+Green+Blue) = 86+115+122=323 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.63% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 122 - color contains mainly: blue. Hex color #56737A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56737A is #A98C85. Grayscale: #6B6B6B. Windows color (decimal): -11111558 or 8024918. OLE color: 8024918.

HSL color Cylindrical-coordinate representation of color #56737A: hue angle of 191.67º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #56737A is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB86115122-
CMYK0.300.0600.52
HSL191.67º17.31%40.78%-
HSV(B)191.67º29.51%47.84%-
XYZ13.4815.6520.72-
YUV107.13136.39112.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.63%
GREEN value IS 115 (45.31% from 255) = 35.60%
BLUE value IS 122 (48.05% from 255) = 37.77%
R=26.63%
G=35.60%
B=37.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal861151220.300.0600.52191.6717.3140.78
Hex56737A1E6034c01129
Octal1261631723660643002151
Binary1010110111001111110101111011001101001100000010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56737A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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