Shades of Blue Bayoux #586E7C
Tints of Blue Bayoux #586E7C
RGB
CMYK
RGB Variations
Color information
#586E7C (or 0x586E7C) is known color: Blue Bayoux. HEX triplet: 58, 6E and 7C. RGB value is (88,110,124). Sum of RGB (Red+Green+Blue) = 88+110+124=322 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.33% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 124 - color contains mainly: blue. Hex color #586E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586E7C is #A79183. Grayscale: #686868. Windows color (decimal): -10981764 or 8154712. OLE color: 8154712.
HSL color Cylindrical-coordinate representation of color #586E7C: hue angle of 203.33º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #586E7C is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 110 | 124 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.51 |
| HSL | 203.33º | 0.17% | 0.42% | - |
| HSV(B) | 203.33º | 0.29% | 0.49% | - |
| XYZ | 13.24 | 14.68 | 21.2 | - |
| YUV | 105.02 | 138.71 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 110 | 124 | 0.29 | 0.11 | 0 | 0.51 | 203.33 | 0.17 | 0.42 |
| Hex | 58 | 6E | 7C | 1D | B | 0 | 33 | CB | 11 | 2A |
| Octal | 130 | 156 | 174 | 35 | 13 | 0 | 63 | 313 | 21 | 52 |
| Binary | 1011000 | 1101110 | 1111100 | 11101 | 1011 | 0 | 110011 | 11001011 | 10001 | 101010 |
Color Harmonies of #586E7C
Complementary color
Monochromatic Colors of #586E7C
Black with #586E7C
Text Example
Text Example
White with #586E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586E7C; }
p { color: rgb(88,110,124); }
H1.HeaderClassName
{
color: #586E7C;
}
.AnyTagClassName
{
color: #586E7C;
}
</style>
background-color css
<style>
a { background-color: #586E7C; }
a { background-color: rgb(88,110,124); }
div.DivClassName
{
background-color: #586E7C;
}
.BgClassName
{
background-color: #586E7C;
}
</style>
border-color css
<style>
span { border-color: #586E7C; }
span { border-color: rgb(88,110,124); }
td.TdClassName
{
border-color: #586E7C;
}
.TagClassName
{
border-color: #586E7C;
}
</style>