Shades of Blue Bayoux #586E7B
Tints of Blue Bayoux #586E7B
RGB
CMYK
RGB Variations
Color information
#586E7B (or 0x586E7B) is known color: Blue Bayoux. HEX triplet: 58, 6E and 7B. RGB value is (88,110,123). Sum of RGB (Red+Green+Blue) = 88+110+123=321 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.41% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 123 - color contains mainly: blue. Hex color #586E7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586E7B is #A79184. Grayscale: #686868. Windows color (decimal): -10981765 or 8089176. OLE color: 8089176.
HSL color Cylindrical-coordinate representation of color #586E7B: hue angle of 202.29º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #586E7B is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 88 | 110 | 123 | - |
| CMYK | 0.28 | 0.11 | 0 | 0.52 |
| HSL | 202.29º | 0.17% | 0.41% | - |
| HSV(B) | 202.29º | 0.28% | 0.48% | - |
| XYZ | 13.18 | 14.66 | 20.87 | - |
| YUV | 104.9 | 138.21 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 110 | 123 | 0.28 | 0.11 | 0 | 0.52 | 202.29 | 0.17 | 0.41 |
| Hex | 58 | 6E | 7B | 1C | B | 0 | 34 | CA | 11 | 29 |
| Octal | 130 | 156 | 173 | 34 | 13 | 0 | 64 | 312 | 21 | 51 |
| Binary | 1011000 | 1101110 | 1111011 | 11100 | 1011 | 0 | 110100 | 11001010 | 10001 | 101001 |
Color Harmonies of #586E7B
Complementary color
Monochromatic Colors of #586E7B
Black with #586E7B
Text Example
Text Example
White with #586E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586E7B; }
p { color: rgb(88,110,123); }
H1.HeaderClassName
{
color: #586E7B;
}
.AnyTagClassName
{
color: #586E7B;
}
</style>
background-color css
<style>
a { background-color: #586E7B; }
a { background-color: rgb(88,110,123); }
div.DivClassName
{
background-color: #586E7B;
}
.BgClassName
{
background-color: #586E7B;
}
</style>
border-color css
<style>
span { border-color: #586E7B; }
span { border-color: rgb(88,110,123); }
td.TdClassName
{
border-color: #586E7B;
}
.TagClassName
{
border-color: #586E7B;
}
</style>