Shades of East Bay #53596D
Tints of East Bay #53596D
RGB
CMYK
RGB Variations
Color information
#53596D (or 0x53596D) is known color: East Bay. HEX triplet: 53, 59 and 6D. RGB value is (83,89,109). Sum of RGB (Red+Green+Blue) = 83+89+109=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 109 - color contains mainly: blue. Hex color #53596D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53596D is #ACA692. Grayscale: #595959. Windows color (decimal): -11314835 or 7166291. OLE color: 7166291.
HSL color Cylindrical-coordinate representation of color #53596D: hue angle of 226.15º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #53596D is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 83 | 89 | 109 | - |
| CMYK | 0.24 | 0.18 | 0 | 0.57 |
| HSL | 226.15º | 0.14% | 0.38% | - |
| HSV(B) | 226.15º | 0.24% | 0.43% | - |
| XYZ | 9.9 | 10.09 | 15.89 | - |
| YUV | 89.49 | 139.01 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 89 | 109 | 0.24 | 0.18 | 0 | 0.57 | 226.15 | 0.14 | 0.38 |
| Hex | 53 | 59 | 6D | 18 | 12 | 0 | 39 | E2 | E | 26 |
| Octal | 123 | 131 | 155 | 30 | 22 | 0 | 71 | 342 | 16 | 46 |
| Binary | 1010011 | 1011001 | 1101101 | 11000 | 10010 | 0 | 111001 | 11100010 | 1110 | 100110 |
Color Harmonies of #53596D
Complementary color
Monochromatic Colors of #53596D
Black with #53596D
Text Example
Text Example
White with #53596D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53596D; }
p { color: rgb(83,89,109); }
H1.HeaderClassName
{
color: #53596D;
}
.AnyTagClassName
{
color: #53596D;
}
</style>
background-color css
<style>
a { background-color: #53596D; }
a { background-color: rgb(83,89,109); }
div.DivClassName
{
background-color: #53596D;
}
.BgClassName
{
background-color: #53596D;
}
</style>
border-color css
<style>
span { border-color: #53596D; }
span { border-color: rgb(83,89,109); }
td.TdClassName
{
border-color: #53596D;
}
.TagClassName
{
border-color: #53596D;
}
</style>