Shades of Blue Bayoux #567882
Tints of Blue Bayoux #567882
RGB
CMYK
RGB Variations
Color information
#567882 (or 0x567882) is known color: Blue Bayoux. HEX triplet: 56, 78 and 82. RGB value is (86,120,130). Sum of RGB (Red+Green+Blue) = 86+120+130=336 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.60% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 130 - color contains mainly: blue. Hex color #567882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567882 is #A9877D. Grayscale: #6E6E6E. Windows color (decimal): -11110270 or 8550486. OLE color: 8550486.
HSL color Cylindrical-coordinate representation of color #567882: hue angle of 193.64º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #567882 is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 86 | 120 | 130 | - |
| CMYK | 0.34 | 0.08 | 0 | 0.49 |
| HSL | 193.64º | 0.2% | 0.42% | - |
| HSV(B) | 193.64º | 0.34% | 0.51% | - |
| XYZ | 14.58 | 17.02 | 23.64 | - |
| YUV | 110.97 | 138.74 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 120 | 130 | 0.34 | 0.08 | 0 | 0.49 | 193.64 | 0.2 | 0.42 |
| Hex | 56 | 78 | 82 | 22 | 8 | 0 | 31 | C2 | 14 | 2A |
| Octal | 126 | 170 | 202 | 42 | 10 | 0 | 61 | 302 | 24 | 52 |
| Binary | 1010110 | 1111000 | 10000010 | 100010 | 1000 | 0 | 110001 | 11000010 | 10100 | 101010 |
Color Harmonies of #567882
Complementary color
Monochromatic Colors of #567882
Black with #567882
Text Example
Text Example
White with #567882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567882; }
p { color: rgb(86,120,130); }
H1.HeaderClassName
{
color: #567882;
}
.AnyTagClassName
{
color: #567882;
}
</style>
background-color css
<style>
a { background-color: #567882; }
a { background-color: rgb(86,120,130); }
div.DivClassName
{
background-color: #567882;
}
.BgClassName
{
background-color: #567882;
}
</style>
border-color css
<style>
span { border-color: #567882; }
span { border-color: rgb(86,120,130); }
td.TdClassName
{
border-color: #567882;
}
.TagClassName
{
border-color: #567882;
}
</style>