Shades of East Bay #515A6F
Tints of East Bay #515A6F
RGB
CMYK
RGB Variations
Color information
#515A6F (or 0x515A6F) is known color: East Bay. HEX triplet: 51, 5A and 6F. RGB value is (81,90,111). Sum of RGB (Red+Green+Blue) = 81+90+111=282 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.72% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 111 (43.75% from 255 or 39.36% from 282); Max value from RGB is 111 - color contains mainly: blue. Hex color #515A6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515A6F is #AEA590. Grayscale: #595959. Windows color (decimal): -11445649 or 7297617. OLE color: 7297617.
HSL color Cylindrical-coordinate representation of color #515A6F: hue angle of 222º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #515A6F is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 90 | 111 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.56 |
| HSL | 222º | 0.16% | 0.38% | - |
| HSV(B) | 222º | 0.27% | 0.44% | - |
| XYZ | 9.92 | 10.21 | 16.49 | - |
| YUV | 89.7 | 140.02 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 90 | 111 | 0.27 | 0.19 | 0 | 0.56 | 222 | 0.16 | 0.38 |
| Hex | 51 | 5A | 6F | 1B | 13 | 0 | 38 | DE | 10 | 26 |
| Octal | 121 | 132 | 157 | 33 | 23 | 0 | 70 | 336 | 20 | 46 |
| Binary | 1010001 | 1011010 | 1101111 | 11011 | 10011 | 0 | 111000 | 11011110 | 10000 | 100110 |
Color Harmonies of #515A6F
Complementary color
Monochromatic Colors of #515A6F
Black with #515A6F
Text Example
Text Example
White with #515A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515A6F; }
p { color: rgb(81,90,111); }
H1.HeaderClassName
{
color: #515A6F;
}
.AnyTagClassName
{
color: #515A6F;
}
</style>
background-color css
<style>
a { background-color: #515A6F; }
a { background-color: rgb(81,90,111); }
div.DivClassName
{
background-color: #515A6F;
}
.BgClassName
{
background-color: #515A6F;
}
</style>
border-color css
<style>
span { border-color: #515A6F; }
span { border-color: rgb(81,90,111); }
td.TdClassName
{
border-color: #515A6F;
}
.TagClassName
{
border-color: #515A6F;
}
</style>