Shades of East Bay #51596D
Tints of East Bay #51596D
RGB
CMYK
RGB Variations
Color information
#51596D (or 0x51596D) is known color: East Bay. HEX triplet: 51, 59 and 6D. RGB value is (81,89,109). Sum of RGB (Red+Green+Blue) = 81+89+109=279 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.03% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 109 - color contains mainly: blue. Hex color #51596D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51596D is #AEA692. Grayscale: #585858. Windows color (decimal): -11445907 or 7166289. OLE color: 7166289.
HSL color Cylindrical-coordinate representation of color #51596D: hue angle of 222.86º 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 #51596D is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 81 | 89 | 109 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.57 |
| HSL | 222.86º | 0.15% | 0.37% | - |
| HSV(B) | 222.86º | 0.26% | 0.43% | - |
| XYZ | 9.73 | 10 | 15.89 | - |
| YUV | 88.89 | 139.35 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 89 | 109 | 0.26 | 0.18 | 0 | 0.57 | 222.86 | 0.15 | 0.37 |
| Hex | 51 | 59 | 6D | 1A | 12 | 0 | 39 | DF | F | 25 |
| Octal | 121 | 131 | 155 | 32 | 22 | 0 | 71 | 337 | 17 | 45 |
| Binary | 1010001 | 1011001 | 1101101 | 11010 | 10010 | 0 | 111001 | 11011111 | 1111 | 100101 |
Color Harmonies of #51596D
Complementary color
Monochromatic Colors of #51596D
Black with #51596D
Text Example
Text Example
White with #51596D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51596D; }
p { color: rgb(81,89,109); }
H1.HeaderClassName
{
color: #51596D;
}
.AnyTagClassName
{
color: #51596D;
}
</style>
background-color css
<style>
a { background-color: #51596D; }
a { background-color: rgb(81,89,109); }
div.DivClassName
{
background-color: #51596D;
}
.BgClassName
{
background-color: #51596D;
}
</style>
border-color css
<style>
span { border-color: #51596D; }
span { border-color: rgb(81,89,109); }
td.TdClassName
{
border-color: #51596D;
}
.TagClassName
{
border-color: #51596D;
}
</style>