Shades of Blue Bayoux #5A767A
Tints of Blue Bayoux #5A767A
RGB
CMYK
RGB Variations
Color information
#5A767A (or 0x5A767A) is known color: Blue Bayoux. HEX triplet: 5A, 76 and 7A. RGB value is (90,118,122). Sum of RGB (Red+Green+Blue) = 90+118+122=330 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.27% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 122 - color contains mainly: blue. Hex color #5A767A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A767A is #A58985. Grayscale: #6E6E6E. Windows color (decimal): -10848646 or 8025690. OLE color: 8025690.
HSL color Cylindrical-coordinate representation of color #5A767A: hue angle of 187.5º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5A767A is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 90 | 118 | 122 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.52 |
| HSL | 187.5º | 0.15% | 0.42% | - |
| HSV(B) | 187.5º | 0.26% | 0.48% | - |
| XYZ | 14.21 | 16.54 | 20.86 | - |
| YUV | 110.08 | 134.72 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 118 | 122 | 0.26 | 0.03 | 0 | 0.52 | 187.5 | 0.15 | 0.42 |
| Hex | 5A | 76 | 7A | 1A | 3 | 0 | 34 | BC | F | 2A |
| Octal | 132 | 166 | 172 | 32 | 3 | 0 | 64 | 274 | 17 | 52 |
| Binary | 1011010 | 1110110 | 1111010 | 11010 | 11 | 0 | 110100 | 10111100 | 1111 | 101010 |
Color Harmonies of #5A767A
Complementary color
Monochromatic Colors of #5A767A
Black with #5A767A
Text Example
Text Example
White with #5A767A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A767A; }
p { color: rgb(90,118,122); }
H1.HeaderClassName
{
color: #5A767A;
}
.AnyTagClassName
{
color: #5A767A;
}
</style>
background-color css
<style>
a { background-color: #5A767A; }
a { background-color: rgb(90,118,122); }
div.DivClassName
{
background-color: #5A767A;
}
.BgClassName
{
background-color: #5A767A;
}
</style>
border-color css
<style>
span { border-color: #5A767A; }
span { border-color: rgb(90,118,122); }
td.TdClassName
{
border-color: #5A767A;
}
.TagClassName
{
border-color: #5A767A;
}
</style>