Shades of East Bay #515A6D
Tints of East Bay #515A6D
RGB
CMYK
RGB Variations
Color information
#515A6D (or 0x515A6D) is known color: East Bay. HEX triplet: 51, 5A and 6D. RGB value is (81,90,109). Sum of RGB (Red+Green+Blue) = 81+90+109=280 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.93% from 280); Green value is 90 (35.55% from 255 or 32.14% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 109 - color contains mainly: blue. Hex color #515A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515A6D is #AEA592. Grayscale: #595959. Windows color (decimal): -11445651 or 7166545. OLE color: 7166545.
HSL color Cylindrical-coordinate representation of color #515A6D: hue angle of 220.71º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #515A6D is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 81 | 90 | 109 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.57 |
| HSL | 220.71º | 0.15% | 0.37% | - |
| HSV(B) | 220.71º | 0.26% | 0.43% | - |
| XYZ | 9.81 | 10.17 | 15.91 | - |
| YUV | 89.48 | 139.02 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 90 | 109 | 0.26 | 0.17 | 0 | 0.57 | 220.71 | 0.15 | 0.37 |
| Hex | 51 | 5A | 6D | 1A | 11 | 0 | 39 | DD | F | 25 |
| Octal | 121 | 132 | 155 | 32 | 21 | 0 | 71 | 335 | 17 | 45 |
| Binary | 1010001 | 1011010 | 1101101 | 11010 | 10001 | 0 | 111001 | 11011101 | 1111 | 100101 |
Color Harmonies of #515A6D
Complementary color
Monochromatic Colors of #515A6D
Black with #515A6D
Text Example
Text Example
White with #515A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515A6D; }
p { color: rgb(81,90,109); }
H1.HeaderClassName
{
color: #515A6D;
}
.AnyTagClassName
{
color: #515A6D;
}
</style>
background-color css
<style>
a { background-color: #515A6D; }
a { background-color: rgb(81,90,109); }
div.DivClassName
{
background-color: #515A6D;
}
.BgClassName
{
background-color: #515A6D;
}
</style>
border-color css
<style>
span { border-color: #515A6D; }
span { border-color: rgb(81,90,109); }
td.TdClassName
{
border-color: #515A6D;
}
.TagClassName
{
border-color: #515A6D;
}
</style>