Shades of Blue Bayoux #5B7478
Tints of Blue Bayoux #5B7478
RGB
CMYK
RGB Variations
Color information
#5B7478 (or 0x5B7478) is known color: Blue Bayoux. HEX triplet: 5B, 74 and 78. RGB value is (91,116,120). Sum of RGB (Red+Green+Blue) = 91+116+120=327 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.83% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 120 (47.27% from 255 or 36.70% from 327); Max value from RGB is 120 - color contains mainly: blue. Hex color #5B7478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7478 is #A48B87. Grayscale: #6C6C6C. Windows color (decimal): -10783624 or 7894107. OLE color: 7894107.
HSL color Cylindrical-coordinate representation of color #5B7478: hue angle of 188.28º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5B7478 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 91 | 116 | 120 | - |
| CMYK | 0.24 | 0.03 | 0 | 0.53 |
| HSL | 188.28º | 0.14% | 0.41% | - |
| HSV(B) | 188.28º | 0.24% | 0.47% | - |
| XYZ | 13.95 | 16.07 | 20.14 | - |
| YUV | 108.98 | 134.22 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 116 | 120 | 0.24 | 0.03 | 0 | 0.53 | 188.28 | 0.14 | 0.41 |
| Hex | 5B | 74 | 78 | 18 | 3 | 0 | 35 | BC | E | 29 |
| Octal | 133 | 164 | 170 | 30 | 3 | 0 | 65 | 274 | 16 | 51 |
| Binary | 1011011 | 1110100 | 1111000 | 11000 | 11 | 0 | 110101 | 10111100 | 1110 | 101001 |
Color Harmonies of #5B7478
Complementary color
Monochromatic Colors of #5B7478
Black with #5B7478
Text Example
Text Example
White with #5B7478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7478; }
p { color: rgb(91,116,120); }
H1.HeaderClassName
{
color: #5B7478;
}
.AnyTagClassName
{
color: #5B7478;
}
</style>
background-color css
<style>
a { background-color: #5B7478; }
a { background-color: rgb(91,116,120); }
div.DivClassName
{
background-color: #5B7478;
}
.BgClassName
{
background-color: #5B7478;
}
</style>
border-color css
<style>
span { border-color: #5B7478; }
span { border-color: rgb(91,116,120); }
td.TdClassName
{
border-color: #5B7478;
}
.TagClassName
{
border-color: #5B7478;
}
</style>