Shades of East Bay #515A71
Tints of East Bay #515A71
RGB
CMYK
RGB Variations
Color information
#515A71 (or 0x515A71) is known color: East Bay. HEX triplet: 51, 5A and 71. RGB value is (81,90,113). Sum of RGB (Red+Green+Blue) = 81+90+113=284 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.52% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 113 (44.53% from 255 or 39.79% from 284); Max value from RGB is 113 - color contains mainly: blue. Hex color #515A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515A71 is #AEA58E. Grayscale: #595959. Windows color (decimal): -11445647 or 7428689. OLE color: 7428689.
HSL color Cylindrical-coordinate representation of color #515A71: hue angle of 223.12º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #515A71 is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 90 | 113 | - |
| CMYK | 0.28 | 0.20 | 0 | 0.56 |
| HSL | 223.13º | 0.16% | 0.38% | - |
| HSV(B) | 223.13º | 0.28% | 0.44% | - |
| XYZ | 10.03 | 10.25 | 17.07 | - |
| YUV | 89.93 | 141.02 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 90 | 113 | 0.28 | 0.20 | 0 | 0.56 | 223.13 | 0.16 | 0.38 |
| Hex | 51 | 5A | 71 | 1C | 14 | 0 | 38 | DF | 10 | 26 |
| Octal | 121 | 132 | 161 | 34 | 24 | 0 | 70 | 337 | 20 | 46 |
| Binary | 1010001 | 1011010 | 1110001 | 11100 | 10100 | 0 | 111000 | 11011111 | 10000 | 100110 |
Color Harmonies of #515A71
Complementary color
Monochromatic Colors of #515A71
Black with #515A71
Text Example
Text Example
White with #515A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515A71; }
p { color: rgb(81,90,113); }
H1.HeaderClassName
{
color: #515A71;
}
.AnyTagClassName
{
color: #515A71;
}
</style>
background-color css
<style>
a { background-color: #515A71; }
a { background-color: rgb(81,90,113); }
div.DivClassName
{
background-color: #515A71;
}
.BgClassName
{
background-color: #515A71;
}
</style>
border-color css
<style>
span { border-color: #515A71; }
span { border-color: rgb(81,90,113); }
td.TdClassName
{
border-color: #515A71;
}
.TagClassName
{
border-color: #515A71;
}
</style>