Shades of Blue Bayoux #5A787C
Tints of Blue Bayoux #5A787C
RGB
CMYK
RGB Variations
Color information
#5A787C (or 0x5A787C) is known color: Blue Bayoux. HEX triplet: 5A, 78 and 7C. RGB value is (90,120,124). Sum of RGB (Red+Green+Blue) = 90+120+124=334 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.95% from 334); Green value is 120 (47.27% from 255 or 35.93% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 124 - color contains mainly: blue. Hex color #5A787C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A787C is #A58783. Grayscale: #6F6F6F. Windows color (decimal): -10848132 or 8157274. OLE color: 8157274.
HSL color Cylindrical-coordinate representation of color #5A787C: hue angle of 187.06º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5A787C is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 90 | 120 | 124 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.51 |
| HSL | 187.06º | 0.16% | 0.42% | - |
| HSV(B) | 187.06º | 0.27% | 0.49% | - |
| XYZ | 14.57 | 17.06 | 21.59 | - |
| YUV | 111.49 | 135.06 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 120 | 124 | 0.27 | 0.03 | 0 | 0.51 | 187.06 | 0.16 | 0.42 |
| Hex | 5A | 78 | 7C | 1B | 3 | 0 | 33 | BB | 10 | 2A |
| Octal | 132 | 170 | 174 | 33 | 3 | 0 | 63 | 273 | 20 | 52 |
| Binary | 1011010 | 1111000 | 1111100 | 11011 | 11 | 0 | 110011 | 10111011 | 10000 | 101010 |
Color Harmonies of #5A787C
Complementary color
Monochromatic Colors of #5A787C
Black with #5A787C
Text Example
Text Example
White with #5A787C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A787C; }
p { color: rgb(90,120,124); }
H1.HeaderClassName
{
color: #5A787C;
}
.AnyTagClassName
{
color: #5A787C;
}
</style>
background-color css
<style>
a { background-color: #5A787C; }
a { background-color: rgb(90,120,124); }
div.DivClassName
{
background-color: #5A787C;
}
.BgClassName
{
background-color: #5A787C;
}
</style>
border-color css
<style>
span { border-color: #5A787C; }
span { border-color: rgb(90,120,124); }
td.TdClassName
{
border-color: #5A787C;
}
.TagClassName
{
border-color: #5A787C;
}
</style>