Shades of Blue Bayoux #586F7E
Tints of Blue Bayoux #586F7E
RGB
CMYK
RGB Variations
Color information
#586F7E (or 0x586F7E) is known color: Blue Bayoux. HEX triplet: 58, 6F and 7E. RGB value is (88,111,126). Sum of RGB (Red+Green+Blue) = 88+111+126=325 (43% of max value = 765). Red value is 88 (34.77% from 255 or 27.08% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 126 (49.61% from 255 or 38.77% from 325); Max value from RGB is 126 - color contains mainly: blue. Hex color #586F7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586F7E is #A79081. Grayscale: #696969. Windows color (decimal): -10981506 or 8286040. OLE color: 8286040.
HSL color Cylindrical-coordinate representation of color #586F7E: hue angle of 203.68º degrees, saturation: 0.18, 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 #586F7E is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 111 | 126 | - |
| CMYK | 0.30 | 0.12 | 0 | 0.51 |
| HSL | 203.68º | 0.18% | 0.42% | - |
| HSV(B) | 203.68º | 0.3% | 0.49% | - |
| XYZ | 13.47 | 14.95 | 21.91 | - |
| YUV | 105.83 | 139.38 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 111 | 126 | 0.30 | 0.12 | 0 | 0.51 | 203.68 | 0.18 | 0.42 |
| Hex | 58 | 6F | 7E | 1E | C | 0 | 33 | CC | 12 | 2A |
| Octal | 130 | 157 | 176 | 36 | 14 | 0 | 63 | 314 | 22 | 52 |
| Binary | 1011000 | 1101111 | 1111110 | 11110 | 1100 | 0 | 110011 | 11001100 | 10010 | 101010 |
Color Harmonies of #586F7E
Complementary color
Monochromatic Colors of #586F7E
Black with #586F7E
Text Example
Text Example
White with #586F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586F7E; }
p { color: rgb(88,111,126); }
H1.HeaderClassName
{
color: #586F7E;
}
.AnyTagClassName
{
color: #586F7E;
}
</style>
background-color css
<style>
a { background-color: #586F7E; }
a { background-color: rgb(88,111,126); }
div.DivClassName
{
background-color: #586F7E;
}
.BgClassName
{
background-color: #586F7E;
}
</style>
border-color css
<style>
span { border-color: #586F7E; }
span { border-color: rgb(88,111,126); }
td.TdClassName
{
border-color: #586F7E;
}
.TagClassName
{
border-color: #586F7E;
}
</style>