Shades of Blue Bayoux #5B717B
Tints of Blue Bayoux #5B717B
RGB
CMYK
RGB Variations
Color information
#5B717B (or 0x5B717B) is known color: Blue Bayoux. HEX triplet: 5B, 71 and 7B. RGB value is (91,113,123). Sum of RGB (Red+Green+Blue) = 91+113+123=327 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.83% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 123 - color contains mainly: blue. Hex color #5B717B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B717B is #A48E84. Grayscale: #6B6B6B. Windows color (decimal): -10784389 or 8089947. OLE color: 8089947.
HSL color Cylindrical-coordinate representation of color #5B717B: hue angle of 198.75º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5B717B is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 91 | 113 | 123 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.52 |
| HSL | 198.75º | 0.15% | 0.42% | - |
| HSV(B) | 198.75º | 0.26% | 0.48% | - |
| XYZ | 13.79 | 15.46 | 21 | - |
| YUV | 107.56 | 136.71 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 113 | 123 | 0.26 | 0.08 | 0 | 0.52 | 198.75 | 0.15 | 0.42 |
| Hex | 5B | 71 | 7B | 1A | 8 | 0 | 34 | C7 | F | 2A |
| Octal | 133 | 161 | 173 | 32 | 10 | 0 | 64 | 307 | 17 | 52 |
| Binary | 1011011 | 1110001 | 1111011 | 11010 | 1000 | 0 | 110100 | 11000111 | 1111 | 101010 |
Color Harmonies of #5B717B
Complementary color
Monochromatic Colors of #5B717B
Black with #5B717B
Text Example
Text Example
White with #5B717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B717B; }
p { color: rgb(91,113,123); }
H1.HeaderClassName
{
color: #5B717B;
}
.AnyTagClassName
{
color: #5B717B;
}
</style>
background-color css
<style>
a { background-color: #5B717B; }
a { background-color: rgb(91,113,123); }
div.DivClassName
{
background-color: #5B717B;
}
.BgClassName
{
background-color: #5B717B;
}
</style>
border-color css
<style>
span { border-color: #5B717B; }
span { border-color: rgb(91,113,123); }
td.TdClassName
{
border-color: #5B717B;
}
.TagClassName
{
border-color: #5B717B;
}
</style>