Shades of Blue Bayoux #5A7179
Tints of Blue Bayoux #5A7179
RGB
CMYK
RGB Variations
Color information
#5A7179 (or 0x5A7179) is known color: Blue Bayoux. HEX triplet: 5A, 71 and 79. RGB value is (90,113,121). Sum of RGB (Red+Green+Blue) = 90+113+121=324 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.78% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 121 - color contains mainly: blue. Hex color #5A7179 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7179 is #A58E86. Grayscale: #6A6A6A. Windows color (decimal): -10849927 or 7958874. OLE color: 7958874.
HSL color Cylindrical-coordinate representation of color #5A7179: hue angle of 195.48º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5A7179 is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 113 | 121 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.53 |
| HSL | 195.48º | 0.15% | 0.41% | - |
| HSV(B) | 195.48º | 0.26% | 0.47% | - |
| XYZ | 13.57 | 15.36 | 20.34 | - |
| YUV | 107.04 | 135.88 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 113 | 121 | 0.26 | 0.07 | 0 | 0.53 | 195.48 | 0.15 | 0.41 |
| Hex | 5A | 71 | 79 | 1A | 7 | 0 | 35 | C3 | F | 29 |
| Octal | 132 | 161 | 171 | 32 | 7 | 0 | 65 | 303 | 17 | 51 |
| Binary | 1011010 | 1110001 | 1111001 | 11010 | 111 | 0 | 110101 | 11000011 | 1111 | 101001 |
Color Harmonies of #5A7179
Complementary color
Monochromatic Colors of #5A7179
Black with #5A7179
Text Example
Text Example
White with #5A7179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7179; }
p { color: rgb(90,113,121); }
H1.HeaderClassName
{
color: #5A7179;
}
.AnyTagClassName
{
color: #5A7179;
}
</style>
background-color css
<style>
a { background-color: #5A7179; }
a { background-color: rgb(90,113,121); }
div.DivClassName
{
background-color: #5A7179;
}
.BgClassName
{
background-color: #5A7179;
}
</style>
border-color css
<style>
span { border-color: #5A7179; }
span { border-color: rgb(90,113,121); }
td.TdClassName
{
border-color: #5A7179;
}
.TagClassName
{
border-color: #5A7179;
}
</style>