Shades of Blue Bayoux #567180
Tints of Blue Bayoux #567180
RGB
CMYK
RGB Variations
Color information
#567180 (or 0x567180) is known color: Blue Bayoux. HEX triplet: 56, 71 and 80. RGB value is (86,113,128). Sum of RGB (Red+Green+Blue) = 86+113+128=327 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.30% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 128 (50.39% from 255 or 39.14% from 327); Max value from RGB is 128 - color contains mainly: blue. Hex color #567180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567180 is #A98E7F. Grayscale: #6A6A6A. Windows color (decimal): -11112064 or 8417622. OLE color: 8417622.
HSL color Cylindrical-coordinate representation of color #567180: hue angle of 201.43º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #567180 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 86 | 113 | 128 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.50 |
| HSL | 201.43º | 0.2% | 0.42% | - |
| HSV(B) | 201.43º | 0.33% | 0.5% | - |
| XYZ | 13.64 | 15.35 | 22.67 | - |
| YUV | 106.64 | 140.05 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 113 | 128 | 0.33 | 0.12 | 0 | 0.50 | 201.43 | 0.2 | 0.42 |
| Hex | 56 | 71 | 80 | 21 | C | 0 | 32 | C9 | 14 | 2A |
| Octal | 126 | 161 | 200 | 41 | 14 | 0 | 62 | 311 | 24 | 52 |
| Binary | 1010110 | 1110001 | 10000000 | 100001 | 1100 | 0 | 110010 | 11001001 | 10100 | 101010 |
Color Harmonies of #567180
Complementary color
Monochromatic Colors of #567180
Black with #567180
Text Example
Text Example
White with #567180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567180; }
p { color: rgb(86,113,128); }
H1.HeaderClassName
{
color: #567180;
}
.AnyTagClassName
{
color: #567180;
}
</style>
background-color css
<style>
a { background-color: #567180; }
a { background-color: rgb(86,113,128); }
div.DivClassName
{
background-color: #567180;
}
.BgClassName
{
background-color: #567180;
}
</style>
border-color css
<style>
span { border-color: #567180; }
span { border-color: rgb(86,113,128); }
td.TdClassName
{
border-color: #567180;
}
.TagClassName
{
border-color: #567180;
}
</style>