Shades of East Bay #52577A
Tints of East Bay #52577A
RGB
CMYK
RGB Variations
Color information
#52577A (or 0x52577A) is known color: East Bay. HEX triplet: 52, 57 and 7A. RGB value is (82,87,122). Sum of RGB (Red+Green+Blue) = 82+87+122=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 122 (48.05% from 255 or 41.92% from 291); Max value from RGB is 122 - color contains mainly: blue. Hex color #52577A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52577A is #ADA885. Grayscale: #595959. Windows color (decimal): -11380870 or 8017746. OLE color: 8017746.
HSL color Cylindrical-coordinate representation of color #52577A: hue angle of 232.5º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #52577A is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 82 | 87 | 122 | - |
| CMYK | 0.33 | 0.29 | 0 | 0.52 |
| HSL | 232.5º | 0.2% | 0.4% | - |
| HSV(B) | 232.5º | 0.33% | 0.48% | - |
| XYZ | 10.4 | 10.02 | 19.8 | - |
| YUV | 89.5 | 146.34 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 87 | 122 | 0.33 | 0.29 | 0 | 0.52 | 232.5 | 0.2 | 0.4 |
| Hex | 52 | 57 | 7A | 21 | 1D | 0 | 34 | E8 | 14 | 28 |
| Octal | 122 | 127 | 172 | 41 | 35 | 0 | 64 | 350 | 24 | 50 |
| Binary | 1010010 | 1010111 | 1111010 | 100001 | 11101 | 0 | 110100 | 11101000 | 10100 | 101000 |
Color Harmonies of #52577A
Complementary color
Monochromatic Colors of #52577A
Black with #52577A
Text Example
Text Example
White with #52577A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52577A; }
p { color: rgb(82,87,122); }
H1.HeaderClassName
{
color: #52577A;
}
.AnyTagClassName
{
color: #52577A;
}
</style>
background-color css
<style>
a { background-color: #52577A; }
a { background-color: rgb(82,87,122); }
div.DivClassName
{
background-color: #52577A;
}
.BgClassName
{
background-color: #52577A;
}
</style>
border-color css
<style>
span { border-color: #52577A; }
span { border-color: rgb(82,87,122); }
td.TdClassName
{
border-color: #52577A;
}
.TagClassName
{
border-color: #52577A;
}
</style>