Shades of Blue Bayoux #5B747D
Tints of Blue Bayoux #5B747D
RGB
CMYK
RGB Variations
Color information
#5B747D (or 0x5B747D) is known color: Blue Bayoux. HEX triplet: 5B, 74 and 7D. RGB value is (91,116,125). Sum of RGB (Red+Green+Blue) = 91+116+125=332 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.41% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 125 - color contains mainly: blue. Hex color #5B747D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B747D is #A48B82. Grayscale: #6D6D6D. Windows color (decimal): -10783619 or 8221787. OLE color: 8221787.
HSL color Cylindrical-coordinate representation of color #5B747D: hue angle of 195.88º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5B747D is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 91 | 116 | 125 | - |
| CMYK | 0.27 | 0.07 | 0 | 0.51 |
| HSL | 195.88º | 0.16% | 0.42% | - |
| HSV(B) | 195.88º | 0.27% | 0.49% | - |
| XYZ | 14.26 | 16.2 | 21.78 | - |
| YUV | 109.55 | 136.72 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 116 | 125 | 0.27 | 0.07 | 0 | 0.51 | 195.88 | 0.16 | 0.42 |
| Hex | 5B | 74 | 7D | 1B | 7 | 0 | 33 | C4 | 10 | 2A |
| Octal | 133 | 164 | 175 | 33 | 7 | 0 | 63 | 304 | 20 | 52 |
| Binary | 1011011 | 1110100 | 1111101 | 11011 | 111 | 0 | 110011 | 11000100 | 10000 | 101010 |
Color Harmonies of #5B747D
Complementary color
Monochromatic Colors of #5B747D
Black with #5B747D
Text Example
Text Example
White with #5B747D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B747D; }
p { color: rgb(91,116,125); }
H1.HeaderClassName
{
color: #5B747D;
}
.AnyTagClassName
{
color: #5B747D;
}
</style>
background-color css
<style>
a { background-color: #5B747D; }
a { background-color: rgb(91,116,125); }
div.DivClassName
{
background-color: #5B747D;
}
.BgClassName
{
background-color: #5B747D;
}
</style>
border-color css
<style>
span { border-color: #5B747D; }
span { border-color: rgb(91,116,125); }
td.TdClassName
{
border-color: #5B747D;
}
.TagClassName
{
border-color: #5B747D;
}
</style>