Shades of Blue Bayoux #5A707F
Tints of Blue Bayoux #5A707F
RGB
CMYK
RGB Variations
Color information
#5A707F (or 0x5A707F) is known color: Blue Bayoux. HEX triplet: 5A, 70 and 7F. RGB value is (90,112,127). Sum of RGB (Red+Green+Blue) = 90+112+127=329 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.36% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 127 - color contains mainly: blue. Hex color #5A707F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A707F is #A58F80. Grayscale: #6B6B6B. Windows color (decimal): -10850177 or 8351834. OLE color: 8351834.
HSL color Cylindrical-coordinate representation of color #5A707F: hue angle of 204.32º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5A707F is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 90 | 112 | 127 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.50 |
| HSL | 204.32º | 0.17% | 0.43% | - |
| HSV(B) | 204.32º | 0.29% | 0.5% | - |
| XYZ | 13.84 | 15.29 | 22.3 | - |
| YUV | 107.13 | 139.21 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 112 | 127 | 0.29 | 0.12 | 0 | 0.50 | 204.32 | 0.17 | 0.43 |
| Hex | 5A | 70 | 7F | 1D | C | 0 | 32 | CC | 11 | 2B |
| Octal | 132 | 160 | 177 | 35 | 14 | 0 | 62 | 314 | 21 | 53 |
| Binary | 1011010 | 1110000 | 1111111 | 11101 | 1100 | 0 | 110010 | 11001100 | 10001 | 101011 |
Color Harmonies of #5A707F
Complementary color
Monochromatic Colors of #5A707F
Black with #5A707F
Text Example
Text Example
White with #5A707F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A707F; }
p { color: rgb(90,112,127); }
H1.HeaderClassName
{
color: #5A707F;
}
.AnyTagClassName
{
color: #5A707F;
}
</style>
background-color css
<style>
a { background-color: #5A707F; }
a { background-color: rgb(90,112,127); }
div.DivClassName
{
background-color: #5A707F;
}
.BgClassName
{
background-color: #5A707F;
}
</style>
border-color css
<style>
span { border-color: #5A707F; }
span { border-color: rgb(90,112,127); }
td.TdClassName
{
border-color: #5A707F;
}
.TagClassName
{
border-color: #5A707F;
}
</style>