Shades of Blue Bayoux #567582
Tints of Blue Bayoux #567582
RGB
CMYK
RGB Variations
Color information
#567582 (or 0x567582) is known color: Blue Bayoux. HEX triplet: 56, 75 and 82. RGB value is (86,117,130). Sum of RGB (Red+Green+Blue) = 86+117+130=333 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.83% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 130 (51.17% from 255 or 39.04% from 333); Max value from RGB is 130 - color contains mainly: blue. Hex color #567582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567582 is #A98A7D. Grayscale: #6D6D6D. Windows color (decimal): -11111038 or 8549718. OLE color: 8549718.
HSL color Cylindrical-coordinate representation of color #567582: hue angle of 197.73º 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 #567582 is Cyan = 0.34, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 86 | 117 | 130 | - |
| CMYK | 0.34 | 0.1 | 0 | 0.49 |
| HSL | 197.73º | 0.2% | 0.42% | - |
| HSV(B) | 197.73º | 0.34% | 0.51% | - |
| XYZ | 14.23 | 16.31 | 23.52 | - |
| YUV | 109.21 | 139.73 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 117 | 130 | 0.34 | 0.1 | 0 | 0.49 | 197.73 | 0.2 | 0.42 |
| Hex | 56 | 75 | 82 | 22 | A | 0 | 31 | C6 | 14 | 2A |
| Octal | 126 | 165 | 202 | 42 | 12 | 0 | 61 | 306 | 24 | 52 |
| Binary | 1010110 | 1110101 | 10000010 | 100010 | 1010 | 0 | 110001 | 11000110 | 10100 | 101010 |
Color Harmonies of #567582
Complementary color
Monochromatic Colors of #567582
Black with #567582
Text Example
Text Example
White with #567582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567582; }
p { color: rgb(86,117,130); }
H1.HeaderClassName
{
color: #567582;
}
.AnyTagClassName
{
color: #567582;
}
</style>
background-color css
<style>
a { background-color: #567582; }
a { background-color: rgb(86,117,130); }
div.DivClassName
{
background-color: #567582;
}
.BgClassName
{
background-color: #567582;
}
</style>
border-color css
<style>
span { border-color: #567582; }
span { border-color: rgb(86,117,130); }
td.TdClassName
{
border-color: #567582;
}
.TagClassName
{
border-color: #567582;
}
</style>