Shades of Blue Bayoux #5B787E
Tints of Blue Bayoux #5B787E
RGB
CMYK
RGB Variations
Color information
#5B787E (or 0x5B787E) is known color: Blue Bayoux. HEX triplet: 5B, 78 and 7E. RGB value is (91,120,126). Sum of RGB (Red+Green+Blue) = 91+120+126=337 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.00% from 337); Green value is 120 (47.27% from 255 or 35.61% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 126 - color contains mainly: blue. Hex color #5B787E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B787E is #A48781. Grayscale: #6F6F6F. Windows color (decimal): -10782594 or 8288347. OLE color: 8288347.
HSL color Cylindrical-coordinate representation of color #5B787E: hue angle of 190.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 #5B787E is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 91 | 120 | 126 | - |
| CMYK | 0.28 | 0.05 | 0 | 0.51 |
| HSL | 190.29º | 0.16% | 0.43% | - |
| HSV(B) | 190.29º | 0.28% | 0.49% | - |
| XYZ | 14.8 | 17.16 | 22.27 | - |
| YUV | 112.01 | 135.89 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 120 | 126 | 0.28 | 0.05 | 0 | 0.51 | 190.29 | 0.16 | 0.43 |
| Hex | 5B | 78 | 7E | 1C | 5 | 0 | 33 | BE | 10 | 2B |
| Octal | 133 | 170 | 176 | 34 | 5 | 0 | 63 | 276 | 20 | 53 |
| Binary | 1011011 | 1111000 | 1111110 | 11100 | 101 | 0 | 110011 | 10111110 | 10000 | 101011 |
Color Harmonies of #5B787E
Complementary color
Monochromatic Colors of #5B787E
Black with #5B787E
Text Example
Text Example
White with #5B787E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B787E; }
p { color: rgb(91,120,126); }
H1.HeaderClassName
{
color: #5B787E;
}
.AnyTagClassName
{
color: #5B787E;
}
</style>
background-color css
<style>
a { background-color: #5B787E; }
a { background-color: rgb(91,120,126); }
div.DivClassName
{
background-color: #5B787E;
}
.BgClassName
{
background-color: #5B787E;
}
</style>
border-color css
<style>
span { border-color: #5B787E; }
span { border-color: rgb(91,120,126); }
td.TdClassName
{
border-color: #5B787E;
}
.TagClassName
{
border-color: #5B787E;
}
</style>