Shades of Blue Bayoux #5B787D
Tints of Blue Bayoux #5B787D
RGB
CMYK
RGB Variations
Color information
#5B787D (or 0x5B787D) is known color: Blue Bayoux. HEX triplet: 5B, 78 and 7D. RGB value is (91,120,125). Sum of RGB (Red+Green+Blue) = 91+120+125=336 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.08% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 125 - color contains mainly: blue. Hex color #5B787D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B787D is #A48782. Grayscale: #6F6F6F. Windows color (decimal): -10782595 or 8222811. OLE color: 8222811.
HSL color Cylindrical-coordinate representation of color #5B787D: hue angle of 188.82º 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 #5B787D is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 91 | 120 | 125 | - |
| CMYK | 0.27 | 0.04 | 0 | 0.51 |
| HSL | 188.82º | 0.16% | 0.42% | - |
| HSV(B) | 188.82º | 0.27% | 0.49% | - |
| XYZ | 14.73 | 17.14 | 21.93 | - |
| YUV | 111.9 | 135.39 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 120 | 125 | 0.27 | 0.04 | 0 | 0.51 | 188.82 | 0.16 | 0.42 |
| Hex | 5B | 78 | 7D | 1B | 4 | 0 | 33 | BD | 10 | 2A |
| Octal | 133 | 170 | 175 | 33 | 4 | 0 | 63 | 275 | 20 | 52 |
| Binary | 1011011 | 1111000 | 1111101 | 11011 | 100 | 0 | 110011 | 10111101 | 10000 | 101010 |
Color Harmonies of #5B787D
Complementary color
Monochromatic Colors of #5B787D
Black with #5B787D
Text Example
Text Example
White with #5B787D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B787D; }
p { color: rgb(91,120,125); }
H1.HeaderClassName
{
color: #5B787D;
}
.AnyTagClassName
{
color: #5B787D;
}
</style>
background-color css
<style>
a { background-color: #5B787D; }
a { background-color: rgb(91,120,125); }
div.DivClassName
{
background-color: #5B787D;
}
.BgClassName
{
background-color: #5B787D;
}
</style>
border-color css
<style>
span { border-color: #5B787D; }
span { border-color: rgb(91,120,125); }
td.TdClassName
{
border-color: #5B787D;
}
.TagClassName
{
border-color: #5B787D;
}
</style>