Shades of Blue Bayoux #586F7D
Tints of Blue Bayoux #586F7D
RGB
CMYK
RGB Variations
Color information
#586F7D (or 0x586F7D) is known color: Blue Bayoux. HEX triplet: 58, 6F and 7D. RGB value is (88,111,125). Sum of RGB (Red+Green+Blue) = 88+111+125=324 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.16% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 125 - color contains mainly: blue. Hex color #586F7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586F7D is #A79082. Grayscale: #696969. Windows color (decimal): -10981507 or 8220504. OLE color: 8220504.
HSL color Cylindrical-coordinate representation of color #586F7D: hue angle of 202.7º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #586F7D is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 111 | 125 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.51 |
| HSL | 202.7º | 0.17% | 0.42% | - |
| HSV(B) | 202.7º | 0.3% | 0.49% | - |
| XYZ | 13.41 | 14.92 | 21.58 | - |
| YUV | 105.72 | 138.88 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 111 | 125 | 0.30 | 0.11 | 0 | 0.51 | 202.7 | 0.17 | 0.42 |
| Hex | 58 | 6F | 7D | 1E | B | 0 | 33 | CB | 11 | 2A |
| Octal | 130 | 157 | 175 | 36 | 13 | 0 | 63 | 313 | 21 | 52 |
| Binary | 1011000 | 1101111 | 1111101 | 11110 | 1011 | 0 | 110011 | 11001011 | 10001 | 101010 |
Color Harmonies of #586F7D
Complementary color
Monochromatic Colors of #586F7D
Black with #586F7D
Text Example
Text Example
White with #586F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586F7D; }
p { color: rgb(88,111,125); }
H1.HeaderClassName
{
color: #586F7D;
}
.AnyTagClassName
{
color: #586F7D;
}
</style>
background-color css
<style>
a { background-color: #586F7D; }
a { background-color: rgb(88,111,125); }
div.DivClassName
{
background-color: #586F7D;
}
.BgClassName
{
background-color: #586F7D;
}
</style>
border-color css
<style>
span { border-color: #586F7D; }
span { border-color: rgb(88,111,125); }
td.TdClassName
{
border-color: #586F7D;
}
.TagClassName
{
border-color: #586F7D;
}
</style>