Shades of East Bay #53586E
Tints of East Bay #53586E
RGB
CMYK
RGB Variations
Color information
#53586E (or 0x53586E) is known color: East Bay. HEX triplet: 53, 58 and 6E. RGB value is (83,88,110). Sum of RGB (Red+Green+Blue) = 83+88+110=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 110 (43.36% from 255 or 39.15% from 281); Max value from RGB is 110 - color contains mainly: blue. Hex color #53586E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53586E is #ACA791. Grayscale: #585858. Windows color (decimal): -11315090 or 7231571. OLE color: 7231571.
HSL color Cylindrical-coordinate representation of color #53586E: hue angle of 228.89º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #53586E is Cyan = 0.25, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 83 | 88 | 110 | - |
| CMYK | 0.25 | 0.2 | 0 | 0.57 |
| HSL | 228.89º | 0.14% | 0.38% | - |
| HSV(B) | 228.89º | 0.25% | 0.43% | - |
| XYZ | 9.87 | 9.94 | 16.15 | - |
| YUV | 89.01 | 139.84 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 88 | 110 | 0.25 | 0.2 | 0 | 0.57 | 228.89 | 0.14 | 0.38 |
| Hex | 53 | 58 | 6E | 19 | 14 | 0 | 39 | E5 | E | 26 |
| Octal | 123 | 130 | 156 | 31 | 24 | 0 | 71 | 345 | 16 | 46 |
| Binary | 1010011 | 1011000 | 1101110 | 11001 | 10100 | 0 | 111001 | 11100101 | 1110 | 100110 |
Color Harmonies of #53586E
Complementary color
Monochromatic Colors of #53586E
Black with #53586E
Text Example
Text Example
White with #53586E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53586E; }
p { color: rgb(83,88,110); }
H1.HeaderClassName
{
color: #53586E;
}
.AnyTagClassName
{
color: #53586E;
}
</style>
background-color css
<style>
a { background-color: #53586E; }
a { background-color: rgb(83,88,110); }
div.DivClassName
{
background-color: #53586E;
}
.BgClassName
{
background-color: #53586E;
}
</style>
border-color css
<style>
span { border-color: #53586E; }
span { border-color: rgb(83,88,110); }
td.TdClassName
{
border-color: #53586E;
}
.TagClassName
{
border-color: #53586E;
}
</style>