#567377

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

Shades of Blue Bayoux #567377

Tints of Blue Bayoux #567377

Color information

#567377 (or 0x567377) is unknown color: approx Blue Bayoux. HEX triplet: 56, 73 and 77. RGB value is (86,115,119). Sum of RGB (Red+Green+Blue) = 86+115+119=320 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.88% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 119 - color contains mainly: blue. Hex color #567377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567377 is #A98C88. Grayscale: #6A6A6A. Windows color (decimal): -11111561 or 7828310. OLE color: 7828310.

HSL color Cylindrical-coordinate representation of color #567377: hue angle of 187.27º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #567377 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB86115119-
CMYK0.280.0300.53
HSL187.27º16.1%40.2%-
HSV(B)187.27º27.73%46.67%-
XYZ13.315.5719.76-
YUV106.78134.89113.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.88%
GREEN value IS 115 (45.31% from 255) = 35.94%
BLUE value IS 119 (46.88% from 255) = 37.19%
R=26.88%
G=35.94%
B=37.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal861151190.280.0300.53187.2716.140.2
Hex5673771C3035bb1028
Octal1261631673430652732050
Binary101011011100111110111111001101101011011101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567377; }

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

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

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

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

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

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

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

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