Shades of Blue Bayoux #5A727C
Tints of Blue Bayoux #5A727C
RGB
CMYK
RGB Variations
Color information
#5A727C (or 0x5A727C) is known color: Blue Bayoux. HEX triplet: 5A, 72 and 7C. RGB value is (90,114,124). Sum of RGB (Red+Green+Blue) = 90+114+124=328 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.44% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 124 - color contains mainly: blue. Hex color #5A727C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A727C is #A58D83. Grayscale: #6B6B6B. Windows color (decimal): -10849668 or 8155738. OLE color: 8155738.
HSL color Cylindrical-coordinate representation of color #5A727C: hue angle of 197.65º 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 #5A727C is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 90 | 114 | 124 | - |
| CMYK | 0.27 | 0.08 | 0 | 0.51 |
| HSL | 197.65º | 0.16% | 0.42% | - |
| HSV(B) | 197.65º | 0.27% | 0.49% | - |
| XYZ | 13.87 | 15.66 | 21.36 | - |
| YUV | 107.96 | 137.05 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 114 | 124 | 0.27 | 0.08 | 0 | 0.51 | 197.65 | 0.16 | 0.42 |
| Hex | 5A | 72 | 7C | 1B | 8 | 0 | 33 | C6 | 10 | 2A |
| Octal | 132 | 162 | 174 | 33 | 10 | 0 | 63 | 306 | 20 | 52 |
| Binary | 1011010 | 1110010 | 1111100 | 11011 | 1000 | 0 | 110011 | 11000110 | 10000 | 101010 |
Color Harmonies of #5A727C
Complementary color
Monochromatic Colors of #5A727C
Black with #5A727C
Text Example
Text Example
White with #5A727C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A727C; }
p { color: rgb(90,114,124); }
H1.HeaderClassName
{
color: #5A727C;
}
.AnyTagClassName
{
color: #5A727C;
}
</style>
background-color css
<style>
a { background-color: #5A727C; }
a { background-color: rgb(90,114,124); }
div.DivClassName
{
background-color: #5A727C;
}
.BgClassName
{
background-color: #5A727C;
}
</style>
border-color css
<style>
span { border-color: #5A727C; }
span { border-color: rgb(90,114,124); }
td.TdClassName
{
border-color: #5A727C;
}
.TagClassName
{
border-color: #5A727C;
}
</style>