Shades of Blue Bayoux #5A7885
Tints of Blue Bayoux #5A7885
RGB
CMYK
RGB Variations
Color information
#5A7885 (or 0x5A7885) is known color: Blue Bayoux. HEX triplet: 5A, 78 and 85. RGB value is (90,120,133). Sum of RGB (Red+Green+Blue) = 90+120+133=343 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.24% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 133 - color contains mainly: blue. Hex color #5A7885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7885 is #A5877A. Grayscale: #707070. Windows color (decimal): -10848123 or 8747098. OLE color: 8747098.
HSL color Cylindrical-coordinate representation of color #5A7885: hue angle of 198.14º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A7885 is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 90 | 120 | 133 | - |
| CMYK | 0.32 | 0.10 | 0 | 0.48 |
| HSL | 198.14º | 0.19% | 0.44% | - |
| HSV(B) | 198.14º | 0.32% | 0.52% | - |
| XYZ | 15.17 | 17.3 | 24.73 | - |
| YUV | 112.51 | 139.56 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 120 | 133 | 0.32 | 0.10 | 0 | 0.48 | 198.14 | 0.19 | 0.44 |
| Hex | 5A | 78 | 85 | 20 | A | 0 | 30 | C6 | 13 | 2C |
| Octal | 132 | 170 | 205 | 40 | 12 | 0 | 60 | 306 | 23 | 54 |
| Binary | 1011010 | 1111000 | 10000101 | 100000 | 1010 | 0 | 110000 | 11000110 | 10011 | 101100 |
Color Harmonies of #5A7885
Complementary color
Monochromatic Colors of #5A7885
Black with #5A7885
Text Example
Text Example
White with #5A7885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7885; }
p { color: rgb(90,120,133); }
H1.HeaderClassName
{
color: #5A7885;
}
.AnyTagClassName
{
color: #5A7885;
}
</style>
background-color css
<style>
a { background-color: #5A7885; }
a { background-color: rgb(90,120,133); }
div.DivClassName
{
background-color: #5A7885;
}
.BgClassName
{
background-color: #5A7885;
}
</style>
border-color css
<style>
span { border-color: #5A7885; }
span { border-color: rgb(90,120,133); }
td.TdClassName
{
border-color: #5A7885;
}
.TagClassName
{
border-color: #5A7885;
}
</style>