Shades of Blue Bayoux #5A787F
Tints of Blue Bayoux #5A787F
RGB
CMYK
RGB Variations
Color information
#5A787F (or 0x5A787F) is known color: Blue Bayoux. HEX triplet: 5A, 78 and 7F. RGB value is (90,120,127). Sum of RGB (Red+Green+Blue) = 90+120+127=337 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.71% from 337); Green value is 120 (47.27% from 255 or 35.61% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 127 - color contains mainly: blue. Hex color #5A787F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A787F is #A58780. Grayscale: #6F6F6F. Windows color (decimal): -10848129 or 8353882. OLE color: 8353882.
HSL color Cylindrical-coordinate representation of color #5A787F: hue angle of 191.35º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5A787F is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 90 | 120 | 127 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.50 |
| HSL | 191.35º | 0.17% | 0.43% | - |
| HSV(B) | 191.35º | 0.29% | 0.5% | - |
| XYZ | 14.76 | 17.14 | 22.61 | - |
| YUV | 111.83 | 136.56 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 120 | 127 | 0.29 | 0.06 | 0 | 0.50 | 191.35 | 0.17 | 0.43 |
| Hex | 5A | 78 | 7F | 1D | 6 | 0 | 32 | BF | 11 | 2B |
| Octal | 132 | 170 | 177 | 35 | 6 | 0 | 62 | 277 | 21 | 53 |
| Binary | 1011010 | 1111000 | 1111111 | 11101 | 110 | 0 | 110010 | 10111111 | 10001 | 101011 |
Color Harmonies of #5A787F
Complementary color
Monochromatic Colors of #5A787F
Black with #5A787F
Text Example
Text Example
White with #5A787F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A787F; }
p { color: rgb(90,120,127); }
H1.HeaderClassName
{
color: #5A787F;
}
.AnyTagClassName
{
color: #5A787F;
}
</style>
background-color css
<style>
a { background-color: #5A787F; }
a { background-color: rgb(90,120,127); }
div.DivClassName
{
background-color: #5A787F;
}
.BgClassName
{
background-color: #5A787F;
}
</style>
border-color css
<style>
span { border-color: #5A787F; }
span { border-color: rgb(90,120,127); }
td.TdClassName
{
border-color: #5A787F;
}
.TagClassName
{
border-color: #5A787F;
}
</style>