#567279

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

Shades of Blue Bayoux #567279

Tints of Blue Bayoux #567279

Color information

#567279 (or 0x567279) is unknown color: approx Blue Bayoux. HEX triplet: 56, 72 and 79. RGB value is (86,114,121). Sum of RGB (Red+Green+Blue) = 86+114+121=321 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.79% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 121 - color contains mainly: blue. Hex color #567279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567279 is #A98D86. Grayscale: #6A6A6A. Windows color (decimal): -11111815 or 7959126. OLE color: 7959126.

HSL color Cylindrical-coordinate representation of color #567279: hue angle of 192º 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 #567279 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB86114121-
CMYK0.290.0600.53
HSL192º16.91%40.59%-
HSV(B)192º28.93%47.45%-
XYZ13.3115.3920.36-
YUV106.43136.22113.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.79%
GREEN value IS 114 (44.92% from 255) = 35.51%
BLUE value IS 121 (47.66% from 255) = 37.69%
R=26.79%
G=35.51%
B=37.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal861141210.290.0600.5319216.9140.59
Hex5672791D6035c01129
Octal1261621713560653002151
Binary1010110111001011110011110111001101011100000010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567279; }

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

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

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

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

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

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

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

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