Shades of Blue Bayoux #5A727A
Tints of Blue Bayoux #5A727A
RGB
CMYK
RGB Variations
Color information
#5A727A (or 0x5A727A) is known color: Blue Bayoux. HEX triplet: 5A, 72 and 7A. RGB value is (90,114,122). Sum of RGB (Red+Green+Blue) = 90+114+122=326 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.61% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 122 - color contains mainly: blue. Hex color #5A727A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A727A is #A58D85. Grayscale: #6B6B6B. Windows color (decimal): -10849670 or 8024666. OLE color: 8024666.
HSL color Cylindrical-coordinate representation of color #5A727A: hue angle of 195º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5A727A is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 90 | 114 | 122 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.52 |
| HSL | 195º | 0.15% | 0.42% | - |
| HSV(B) | 195º | 0.26% | 0.48% | - |
| XYZ | 13.75 | 15.61 | 20.7 | - |
| YUV | 107.74 | 136.05 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 114 | 122 | 0.26 | 0.07 | 0 | 0.52 | 195 | 0.15 | 0.42 |
| Hex | 5A | 72 | 7A | 1A | 7 | 0 | 34 | C3 | F | 2A |
| Octal | 132 | 162 | 172 | 32 | 7 | 0 | 64 | 303 | 17 | 52 |
| Binary | 1011010 | 1110010 | 1111010 | 11010 | 111 | 0 | 110100 | 11000011 | 1111 | 101010 |
Color Harmonies of #5A727A
Complementary color
Monochromatic Colors of #5A727A
Black with #5A727A
Text Example
Text Example
White with #5A727A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A727A; }
p { color: rgb(90,114,122); }
H1.HeaderClassName
{
color: #5A727A;
}
.AnyTagClassName
{
color: #5A727A;
}
</style>
background-color css
<style>
a { background-color: #5A727A; }
a { background-color: rgb(90,114,122); }
div.DivClassName
{
background-color: #5A727A;
}
.BgClassName
{
background-color: #5A727A;
}
</style>
border-color css
<style>
span { border-color: #5A727A; }
span { border-color: rgb(90,114,122); }
td.TdClassName
{
border-color: #5A727A;
}
.TagClassName
{
border-color: #5A727A;
}
</style>