Shades of Blue Bayoux #5F7178
Tints of Blue Bayoux #5F7178
RGB
CMYK
RGB Variations
Color information
#5F7178 (or 0x5F7178) is known color: Blue Bayoux. HEX triplet: 5F, 71 and 78. RGB value is (95,113,120). Sum of RGB (Red+Green+Blue) = 95+113+120=328 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.96% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 120 (47.27% from 255 or 36.59% from 328); Max value from RGB is 120 - color contains mainly: blue. Hex color #5F7178 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7178 is #A08E87. Grayscale: #6C6C6C. Windows color (decimal): -10522248 or 7893343. OLE color: 7893343.
HSL color Cylindrical-coordinate representation of color #5F7178: hue angle of 196.8º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5F7178 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 95 | 113 | 120 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.53 |
| HSL | 196.8º | 0.12% | 0.42% | - |
| HSV(B) | 196.8º | 0.21% | 0.47% | - |
| XYZ | 14.01 | 15.6 | 20.04 | - |
| YUV | 108.42 | 134.54 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 113 | 120 | 0.21 | 0.06 | 0 | 0.53 | 196.8 | 0.12 | 0.42 |
| Hex | 5F | 71 | 78 | 15 | 6 | 0 | 35 | C5 | C | 2A |
| Octal | 137 | 161 | 170 | 25 | 6 | 0 | 65 | 305 | 14 | 52 |
| Binary | 1011111 | 1110001 | 1111000 | 10101 | 110 | 0 | 110101 | 11000101 | 1100 | 101010 |
Color Harmonies of #5F7178
Complementary color
Monochromatic Colors of #5F7178
Black with #5F7178
Text Example
Text Example
White with #5F7178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7178; }
p { color: rgb(95,113,120); }
H1.HeaderClassName
{
color: #5F7178;
}
.AnyTagClassName
{
color: #5F7178;
}
</style>
background-color css
<style>
a { background-color: #5F7178; }
a { background-color: rgb(95,113,120); }
div.DivClassName
{
background-color: #5F7178;
}
.BgClassName
{
background-color: #5F7178;
}
</style>
border-color css
<style>
span { border-color: #5F7178; }
span { border-color: rgb(95,113,120); }
td.TdClassName
{
border-color: #5F7178;
}
.TagClassName
{
border-color: #5F7178;
}
</style>