Shades of Blue Bayoux #5A777A
Tints of Blue Bayoux #5A777A
RGB
CMYK
RGB Variations
Color information
#5A777A (or 0x5A777A) is known color: Blue Bayoux. HEX triplet: 5A, 77 and 7A. RGB value is (90,119,122). Sum of RGB (Red+Green+Blue) = 90+119+122=331 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.19% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 122 - color contains mainly: blue. Hex color #5A777A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A777A is #A58885. Grayscale: #6E6E6E. Windows color (decimal): -10848390 or 8025946. OLE color: 8025946.
HSL color Cylindrical-coordinate representation of color #5A777A: hue angle of 185.62º 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 #5A777A is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 90 | 119 | 122 | - |
| CMYK | 0.26 | 0.02 | 0 | 0.52 |
| HSL | 185.63º | 0.15% | 0.42% | - |
| HSV(B) | 185.63º | 0.26% | 0.48% | - |
| XYZ | 14.33 | 16.77 | 20.89 | - |
| YUV | 110.67 | 134.39 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 119 | 122 | 0.26 | 0.02 | 0 | 0.52 | 185.63 | 0.15 | 0.42 |
| Hex | 5A | 77 | 7A | 1A | 2 | 0 | 34 | BA | F | 2A |
| Octal | 132 | 167 | 172 | 32 | 2 | 0 | 64 | 272 | 17 | 52 |
| Binary | 1011010 | 1110111 | 1111010 | 11010 | 10 | 0 | 110100 | 10111010 | 1111 | 101010 |
Color Harmonies of #5A777A
Complementary color
Monochromatic Colors of #5A777A
Black with #5A777A
Text Example
Text Example
White with #5A777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A777A; }
p { color: rgb(90,119,122); }
H1.HeaderClassName
{
color: #5A777A;
}
.AnyTagClassName
{
color: #5A777A;
}
</style>
background-color css
<style>
a { background-color: #5A777A; }
a { background-color: rgb(90,119,122); }
div.DivClassName
{
background-color: #5A777A;
}
.BgClassName
{
background-color: #5A777A;
}
</style>
border-color css
<style>
span { border-color: #5A777A; }
span { border-color: rgb(90,119,122); }
td.TdClassName
{
border-color: #5A777A;
}
.TagClassName
{
border-color: #5A777A;
}
</style>