#567379

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

Shades of Blue Bayoux #567379

Tints of Blue Bayoux #567379

Color information

#567379 (or 0x567379) is unknown color: approx Blue Bayoux. HEX triplet: 56, 73 and 79. RGB value is (86,115,121). Sum of RGB (Red+Green+Blue) = 86+115+121=322 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.71% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 121 (47.66% from 255 or 37.58% from 322); Max value from RGB is 121 - color contains mainly: blue. Hex color #567379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567379 is #A98C86. Grayscale: #6A6A6A. Windows color (decimal): -11111559 or 7959382. OLE color: 7959382.

HSL color Cylindrical-coordinate representation of color #567379: hue angle of 190.29º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #567379 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB86115121-
CMYK0.290.0500.53
HSL190.29º16.91%40.59%-
HSV(B)190.29º28.93%47.45%-
XYZ13.4215.6220.4-
YUV107.01135.89113.01-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.71%
GREEN value IS 115 (45.31% from 255) = 35.71%
BLUE value IS 121 (47.66% from 255) = 37.58%
R=26.71%
G=35.71%
B=37.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal861151210.290.0500.53190.2916.9140.59
Hex5673791D5035be1129
Octal1261631713550652762151
Binary1010110111001111110011110110101101011011111010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567379; }

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

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

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

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

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

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

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

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