Shades of Blue Bayoux #567681
Tints of Blue Bayoux #567681
RGB
CMYK
RGB Variations
Color information
#567681 (or 0x567681) is known color: Blue Bayoux. HEX triplet: 56, 76 and 81. RGB value is (86,118,129). Sum of RGB (Red+Green+Blue) = 86+118+129=333 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.83% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 129 (50.78% from 255 or 38.74% from 333); Max value from RGB is 129 - color contains mainly: blue. Hex color #567681 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567681 is #A9897E. Grayscale: #6D6D6D. Windows color (decimal): -11110783 or 8484438. OLE color: 8484438.
HSL color Cylindrical-coordinate representation of color #567681: hue angle of 195.35º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #567681 is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 86 | 118 | 129 | - |
| CMYK | 0.33 | 0.09 | 0 | 0.49 |
| HSL | 195.35º | 0.2% | 0.42% | - |
| HSV(B) | 195.35º | 0.33% | 0.51% | - |
| XYZ | 14.28 | 16.52 | 23.21 | - |
| YUV | 109.69 | 138.9 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 118 | 129 | 0.33 | 0.09 | 0 | 0.49 | 195.35 | 0.2 | 0.42 |
| Hex | 56 | 76 | 81 | 21 | 9 | 0 | 31 | C3 | 14 | 2A |
| Octal | 126 | 166 | 201 | 41 | 11 | 0 | 61 | 303 | 24 | 52 |
| Binary | 1010110 | 1110110 | 10000001 | 100001 | 1001 | 0 | 110001 | 11000011 | 10100 | 101010 |
Color Harmonies of #567681
Complementary color
Monochromatic Colors of #567681
Black with #567681
Text Example
Text Example
White with #567681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567681; }
p { color: rgb(86,118,129); }
H1.HeaderClassName
{
color: #567681;
}
.AnyTagClassName
{
color: #567681;
}
</style>
background-color css
<style>
a { background-color: #567681; }
a { background-color: rgb(86,118,129); }
div.DivClassName
{
background-color: #567681;
}
.BgClassName
{
background-color: #567681;
}
</style>
border-color css
<style>
span { border-color: #567681; }
span { border-color: rgb(86,118,129); }
td.TdClassName
{
border-color: #567681;
}
.TagClassName
{
border-color: #567681;
}
</style>