Shades of Blue Bayoux #5F7478
Tints of Blue Bayoux #5F7478
RGB
CMYK
RGB Variations
Color information
#5F7478 (or 0x5F7478) is known color: Blue Bayoux. HEX triplet: 5F, 74 and 78. RGB value is (95,116,120). Sum of RGB (Red+Green+Blue) = 95+116+120=331 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.70% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 120 (47.27% from 255 or 36.25% from 331); Max value from RGB is 120 - color contains mainly: blue. Hex color #5F7478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7478 is #A08B87. Grayscale: #6E6E6E. Windows color (decimal): -10521480 or 7894111. OLE color: 7894111.
HSL color Cylindrical-coordinate representation of color #5F7478: hue angle of 189.6º 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 #5F7478 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 95 | 116 | 120 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.53 |
| HSL | 189.6º | 0.12% | 0.42% | - |
| HSV(B) | 189.6º | 0.21% | 0.47% | - |
| XYZ | 14.35 | 16.28 | 20.16 | - |
| YUV | 110.18 | 133.54 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 116 | 120 | 0.21 | 0.03 | 0 | 0.53 | 189.6 | 0.12 | 0.42 |
| Hex | 5F | 74 | 78 | 15 | 3 | 0 | 35 | BE | C | 2A |
| Octal | 137 | 164 | 170 | 25 | 3 | 0 | 65 | 276 | 14 | 52 |
| Binary | 1011111 | 1110100 | 1111000 | 10101 | 11 | 0 | 110101 | 10111110 | 1100 | 101010 |
Color Harmonies of #5F7478
Complementary color
Monochromatic Colors of #5F7478
Black with #5F7478
Text Example
Text Example
White with #5F7478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7478; }
p { color: rgb(95,116,120); }
H1.HeaderClassName
{
color: #5F7478;
}
.AnyTagClassName
{
color: #5F7478;
}
</style>
background-color css
<style>
a { background-color: #5F7478; }
a { background-color: rgb(95,116,120); }
div.DivClassName
{
background-color: #5F7478;
}
.BgClassName
{
background-color: #5F7478;
}
</style>
border-color css
<style>
span { border-color: #5F7478; }
span { border-color: rgb(95,116,120); }
td.TdClassName
{
border-color: #5F7478;
}
.TagClassName
{
border-color: #5F7478;
}
</style>