Shades of Blue Bayoux #5A757E
Tints of Blue Bayoux #5A757E
RGB
CMYK
RGB Variations
Color information
#5A757E (or 0x5A757E) is known color: Blue Bayoux. HEX triplet: 5A, 75 and 7E. RGB value is (90,117,126). Sum of RGB (Red+Green+Blue) = 90+117+126=333 (44% of max value = 765). Red value is 90 (35.55% from 255 or 27.03% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 126 - color contains mainly: blue. Hex color #5A757E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A757E is #A58A81. Grayscale: #6D6D6D. Windows color (decimal): -10848898 or 8287578. OLE color: 8287578.
HSL color Cylindrical-coordinate representation of color #5A757E: hue angle of 195º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5A757E is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 90 | 117 | 126 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.51 |
| HSL | 195º | 0.17% | 0.42% | - |
| HSV(B) | 195º | 0.29% | 0.49% | - |
| XYZ | 14.34 | 16.4 | 22.15 | - |
| YUV | 109.95 | 137.05 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 117 | 126 | 0.29 | 0.07 | 0 | 0.51 | 195 | 0.17 | 0.42 |
| Hex | 5A | 75 | 7E | 1D | 7 | 0 | 33 | C3 | 11 | 2A |
| Octal | 132 | 165 | 176 | 35 | 7 | 0 | 63 | 303 | 21 | 52 |
| Binary | 1011010 | 1110101 | 1111110 | 11101 | 111 | 0 | 110011 | 11000011 | 10001 | 101010 |
Color Harmonies of #5A757E
Complementary color
Monochromatic Colors of #5A757E
Black with #5A757E
Text Example
Text Example
White with #5A757E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A757E; }
p { color: rgb(90,117,126); }
H1.HeaderClassName
{
color: #5A757E;
}
.AnyTagClassName
{
color: #5A757E;
}
</style>
background-color css
<style>
a { background-color: #5A757E; }
a { background-color: rgb(90,117,126); }
div.DivClassName
{
background-color: #5A757E;
}
.BgClassName
{
background-color: #5A757E;
}
</style>
border-color css
<style>
span { border-color: #5A757E; }
span { border-color: rgb(90,117,126); }
td.TdClassName
{
border-color: #5A757E;
}
.TagClassName
{
border-color: #5A757E;
}
</style>