Shades of Blue Bayoux #5A737D
Tints of Blue Bayoux #5A737D
RGB
CMYK
RGB Variations
Color information
#5A737D (or 0x5A737D) is known color: Blue Bayoux. HEX triplet: 5A, 73 and 7D. RGB value is (90,115,125). Sum of RGB (Red+Green+Blue) = 90+115+125=330 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.27% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 125 - color contains mainly: blue. Hex color #5A737D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A737D is #A58C82. Grayscale: #6C6C6C. Windows color (decimal): -10849411 or 8221530. OLE color: 8221530.
HSL color Cylindrical-coordinate representation of color #5A737D: hue angle of 197.14º 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 #5A737D is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 90 | 115 | 125 | - |
| CMYK | 0.28 | 0.08 | 0 | 0.51 |
| HSL | 197.14º | 0.16% | 0.42% | - |
| HSV(B) | 197.14º | 0.28% | 0.49% | - |
| XYZ | 14.05 | 15.92 | 21.73 | - |
| YUV | 108.67 | 137.22 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 115 | 125 | 0.28 | 0.08 | 0 | 0.51 | 197.14 | 0.16 | 0.42 |
| Hex | 5A | 73 | 7D | 1C | 8 | 0 | 33 | C5 | 10 | 2A |
| Octal | 132 | 163 | 175 | 34 | 10 | 0 | 63 | 305 | 20 | 52 |
| Binary | 1011010 | 1110011 | 1111101 | 11100 | 1000 | 0 | 110011 | 11000101 | 10000 | 101010 |
Color Harmonies of #5A737D
Complementary color
Monochromatic Colors of #5A737D
Black with #5A737D
Text Example
Text Example
White with #5A737D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A737D; }
p { color: rgb(90,115,125); }
H1.HeaderClassName
{
color: #5A737D;
}
.AnyTagClassName
{
color: #5A737D;
}
</style>
background-color css
<style>
a { background-color: #5A737D; }
a { background-color: rgb(90,115,125); }
div.DivClassName
{
background-color: #5A737D;
}
.BgClassName
{
background-color: #5A737D;
}
</style>
border-color css
<style>
span { border-color: #5A737D; }
span { border-color: rgb(90,115,125); }
td.TdClassName
{
border-color: #5A737D;
}
.TagClassName
{
border-color: #5A737D;
}
</style>