Shades of East Bay #53587A
Tints of East Bay #53587A
RGB
CMYK
RGB Variations
Color information
#53587A (or 0x53587A) is known color: East Bay. HEX triplet: 53, 58 and 7A. RGB value is (83,88,122). Sum of RGB (Red+Green+Blue) = 83+88+122=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 122 (48.05% from 255 or 41.64% from 293); Max value from RGB is 122 - color contains mainly: blue. Hex color #53587A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53587A is #ACA785. Grayscale: #5A5A5A. Windows color (decimal): -11315078 or 8018003. OLE color: 8018003.
HSL color Cylindrical-coordinate representation of color #53587A: hue angle of 232.31º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #53587A is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 88 | 122 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.52 |
| HSL | 232.31º | 0.19% | 0.4% | - |
| HSV(B) | 232.31º | 0.32% | 0.48% | - |
| XYZ | 10.57 | 10.22 | 19.83 | - |
| YUV | 90.38 | 145.84 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 88 | 122 | 0.32 | 0.28 | 0 | 0.52 | 232.31 | 0.19 | 0.4 |
| Hex | 53 | 58 | 7A | 20 | 1C | 0 | 34 | E8 | 13 | 28 |
| Octal | 123 | 130 | 172 | 40 | 34 | 0 | 64 | 350 | 23 | 50 |
| Binary | 1010011 | 1011000 | 1111010 | 100000 | 11100 | 0 | 110100 | 11101000 | 10011 | 101000 |
Color Harmonies of #53587A
Complementary color
Monochromatic Colors of #53587A
Black with #53587A
Text Example
Text Example
White with #53587A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53587A; }
p { color: rgb(83,88,122); }
H1.HeaderClassName
{
color: #53587A;
}
.AnyTagClassName
{
color: #53587A;
}
</style>
background-color css
<style>
a { background-color: #53587A; }
a { background-color: rgb(83,88,122); }
div.DivClassName
{
background-color: #53587A;
}
.BgClassName
{
background-color: #53587A;
}
</style>
border-color css
<style>
span { border-color: #53587A; }
span { border-color: rgb(83,88,122); }
td.TdClassName
{
border-color: #53587A;
}
.TagClassName
{
border-color: #53587A;
}
</style>