Shades of Blue Bayoux #5B747F
Tints of Blue Bayoux #5B747F
RGB
CMYK
RGB Variations
Color information
#5B747F (or 0x5B747F) is known color: Blue Bayoux. HEX triplet: 5B, 74 and 7F. RGB value is (91,116,127). Sum of RGB (Red+Green+Blue) = 91+116+127=334 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.25% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 127 - color contains mainly: blue. Hex color #5B747F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B747F is #A48B80. Grayscale: #6D6D6D. Windows color (decimal): -10783617 or 8352859. OLE color: 8352859.
HSL color Cylindrical-coordinate representation of color #5B747F: hue angle of 198.33º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5B747F is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 91 | 116 | 127 | - |
| CMYK | 0.28 | 0.09 | 0 | 0.50 |
| HSL | 198.33º | 0.17% | 0.43% | - |
| HSV(B) | 198.33º | 0.28% | 0.5% | - |
| XYZ | 14.39 | 16.25 | 22.46 | - |
| YUV | 109.78 | 137.72 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 116 | 127 | 0.28 | 0.09 | 0 | 0.50 | 198.33 | 0.17 | 0.43 |
| Hex | 5B | 74 | 7F | 1C | 9 | 0 | 32 | C6 | 11 | 2B |
| Octal | 133 | 164 | 177 | 34 | 11 | 0 | 62 | 306 | 21 | 53 |
| Binary | 1011011 | 1110100 | 1111111 | 11100 | 1001 | 0 | 110010 | 11000110 | 10001 | 101011 |
Color Harmonies of #5B747F
Complementary color
Monochromatic Colors of #5B747F
Black with #5B747F
Text Example
Text Example
White with #5B747F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B747F; }
p { color: rgb(91,116,127); }
H1.HeaderClassName
{
color: #5B747F;
}
.AnyTagClassName
{
color: #5B747F;
}
</style>
background-color css
<style>
a { background-color: #5B747F; }
a { background-color: rgb(91,116,127); }
div.DivClassName
{
background-color: #5B747F;
}
.BgClassName
{
background-color: #5B747F;
}
</style>
border-color css
<style>
span { border-color: #5B747F; }
span { border-color: rgb(91,116,127); }
td.TdClassName
{
border-color: #5B747F;
}
.TagClassName
{
border-color: #5B747F;
}
</style>