Shades of Blue Bayoux #5A787D
Tints of Blue Bayoux #5A787D
RGB
CMYK
RGB Variations
Color information
#5A787D (or 0x5A787D) is known color: Blue Bayoux. HEX triplet: 5A, 78 and 7D. RGB value is (90,120,125). Sum of RGB (Red+Green+Blue) = 90+120+125=335 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.87% from 335); Green value is 120 (47.27% from 255 or 35.82% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 125 - color contains mainly: blue. Hex color #5A787D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A787D is #A58782. Grayscale: #6F6F6F. Windows color (decimal): -10848131 or 8222810. OLE color: 8222810.
HSL color Cylindrical-coordinate representation of color #5A787D: hue angle of 188.57º 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 #5A787D is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 90 | 120 | 125 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.51 |
| HSL | 188.57º | 0.16% | 0.42% | - |
| HSV(B) | 188.57º | 0.28% | 0.49% | - |
| XYZ | 14.63 | 17.09 | 21.93 | - |
| YUV | 111.6 | 135.56 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 120 | 125 | 0.28 | 0.04 | 0 | 0.51 | 188.57 | 0.16 | 0.42 |
| Hex | 5A | 78 | 7D | 1C | 4 | 0 | 33 | BD | 10 | 2A |
| Octal | 132 | 170 | 175 | 34 | 4 | 0 | 63 | 275 | 20 | 52 |
| Binary | 1011010 | 1111000 | 1111101 | 11100 | 100 | 0 | 110011 | 10111101 | 10000 | 101010 |
Color Harmonies of #5A787D
Complementary color
Monochromatic Colors of #5A787D
Black with #5A787D
Text Example
Text Example
White with #5A787D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A787D; }
p { color: rgb(90,120,125); }
H1.HeaderClassName
{
color: #5A787D;
}
.AnyTagClassName
{
color: #5A787D;
}
</style>
background-color css
<style>
a { background-color: #5A787D; }
a { background-color: rgb(90,120,125); }
div.DivClassName
{
background-color: #5A787D;
}
.BgClassName
{
background-color: #5A787D;
}
</style>
border-color css
<style>
span { border-color: #5A787D; }
span { border-color: rgb(90,120,125); }
td.TdClassName
{
border-color: #5A787D;
}
.TagClassName
{
border-color: #5A787D;
}
</style>