#56737B

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

Shades of Blue Bayoux #56737B

Tints of Blue Bayoux #56737B

Color information

#56737B (or 0x56737B) is unknown color: approx Blue Bayoux. HEX triplet: 56, 73 and 7B. RGB value is (86,115,123). Sum of RGB (Red+Green+Blue) = 86+115+123=324 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.54% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 123 - color contains mainly: blue. Hex color #56737B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56737B is #A98C84. Grayscale: #6B6B6B. Windows color (decimal): -11111557 or 8090454. OLE color: 8090454.

HSL color Cylindrical-coordinate representation of color #56737B: hue angle of 192.97º degrees, saturation: 0.18, 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 #56737B is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB86115123-
CMYK0.300.0700.52
HSL192.97º17.7%40.98%-
HSV(B)192.97º30.08%48.24%-
XYZ13.5415.6721.05-
YUV107.24136.89112.85-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.54%
GREEN value IS 115 (45.31% from 255) = 35.49%
BLUE value IS 123 (48.44% from 255) = 37.96%
R=26.54%
G=35.49%
B=37.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal861151230.300.0700.52192.9717.740.98
Hex56737B1E7034c11229
Octal1261631733670643012251
Binary1010110111001111110111111011101101001100000110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56737B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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