Shades of Blue Bayoux #5A7A7D
Tints of Blue Bayoux #5A7A7D
RGB
CMYK
RGB Variations
Color information
#5A7A7D (or 0x5A7A7D) is known color: Blue Bayoux. HEX triplet: 5A, 7A and 7D. RGB value is (90,122,125). Sum of RGB (Red+Green+Blue) = 90+122+125=337 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.71% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 125 - color contains mainly: blue. Hex color #5A7A7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7A7D is #A58582. Grayscale: #707070. Windows color (decimal): -10847619 or 8223322. OLE color: 8223322.
HSL color Cylindrical-coordinate representation of color #5A7A7D: hue angle of 185.14º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5A7A7D is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 90 | 122 | 125 | - |
| CMYK | 0.28 | 0.02 | 0 | 0.51 |
| HSL | 185.14º | 0.16% | 0.42% | - |
| HSV(B) | 185.14º | 0.28% | 0.49% | - |
| XYZ | 14.88 | 17.57 | 22.01 | - |
| YUV | 112.77 | 134.9 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 122 | 125 | 0.28 | 0.02 | 0 | 0.51 | 185.14 | 0.16 | 0.42 |
| Hex | 5A | 7A | 7D | 1C | 2 | 0 | 33 | B9 | 10 | 2A |
| Octal | 132 | 172 | 175 | 34 | 2 | 0 | 63 | 271 | 20 | 52 |
| Binary | 1011010 | 1111010 | 1111101 | 11100 | 10 | 0 | 110011 | 10111001 | 10000 | 101010 |
Color Harmonies of #5A7A7D
Complementary color
Monochromatic Colors of #5A7A7D
Black with #5A7A7D
Text Example
Text Example
White with #5A7A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7A7D; }
p { color: rgb(90,122,125); }
H1.HeaderClassName
{
color: #5A7A7D;
}
.AnyTagClassName
{
color: #5A7A7D;
}
</style>
background-color css
<style>
a { background-color: #5A7A7D; }
a { background-color: rgb(90,122,125); }
div.DivClassName
{
background-color: #5A7A7D;
}
.BgClassName
{
background-color: #5A7A7D;
}
</style>
border-color css
<style>
span { border-color: #5A7A7D; }
span { border-color: rgb(90,122,125); }
td.TdClassName
{
border-color: #5A7A7D;
}
.TagClassName
{
border-color: #5A7A7D;
}
</style>