Shades of Blue Bayoux #5B717E
Tints of Blue Bayoux #5B717E
RGB
CMYK
RGB Variations
Color information
#5B717E (or 0x5B717E) is known color: Blue Bayoux. HEX triplet: 5B, 71 and 7E. RGB value is (91,113,126). Sum of RGB (Red+Green+Blue) = 91+113+126=330 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.58% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 126 - color contains mainly: blue. Hex color #5B717E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B717E is #A48E81. Grayscale: #6B6B6B. Windows color (decimal): -10784386 or 8286555. OLE color: 8286555.
HSL color Cylindrical-coordinate representation of color #5B717E: hue angle of 202.29º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5B717E is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 91 | 113 | 126 | - |
| CMYK | 0.28 | 0.10 | 0 | 0.51 |
| HSL | 202.29º | 0.16% | 0.43% | - |
| HSV(B) | 202.29º | 0.28% | 0.49% | - |
| XYZ | 13.99 | 15.54 | 22 | - |
| YUV | 107.9 | 138.21 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 113 | 126 | 0.28 | 0.10 | 0 | 0.51 | 202.29 | 0.16 | 0.43 |
| Hex | 5B | 71 | 7E | 1C | A | 0 | 33 | CA | 10 | 2B |
| Octal | 133 | 161 | 176 | 34 | 12 | 0 | 63 | 312 | 20 | 53 |
| Binary | 1011011 | 1110001 | 1111110 | 11100 | 1010 | 0 | 110011 | 11001010 | 10000 | 101011 |
Color Harmonies of #5B717E
Complementary color
Monochromatic Colors of #5B717E
Black with #5B717E
Text Example
Text Example
White with #5B717E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B717E; }
p { color: rgb(91,113,126); }
H1.HeaderClassName
{
color: #5B717E;
}
.AnyTagClassName
{
color: #5B717E;
}
</style>
background-color css
<style>
a { background-color: #5B717E; }
a { background-color: rgb(91,113,126); }
div.DivClassName
{
background-color: #5B717E;
}
.BgClassName
{
background-color: #5B717E;
}
</style>
border-color css
<style>
span { border-color: #5B717E; }
span { border-color: rgb(91,113,126); }
td.TdClassName
{
border-color: #5B717E;
}
.TagClassName
{
border-color: #5B717E;
}
</style>