Shades of East Bay #525878
Tints of East Bay #525878
RGB
CMYK
RGB Variations
Color information
#525878 (or 0x525878) is known color: East Bay. HEX triplet: 52, 58 and 78. RGB value is (82,88,120). Sum of RGB (Red+Green+Blue) = 82+88+120=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 120 (47.27% from 255 or 41.38% from 290); Max value from RGB is 120 - color contains mainly: blue. Hex color #525878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525878 is #ADA787. Grayscale: #595959. Windows color (decimal): -11380616 or 7886930. OLE color: 7886930.
HSL color Cylindrical-coordinate representation of color #525878: hue angle of 230.53º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #525878 is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 82 | 88 | 120 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.53 |
| HSL | 230.53º | 0.19% | 0.4% | - |
| HSV(B) | 230.53º | 0.32% | 0.47% | - |
| XYZ | 10.36 | 10.13 | 19.18 | - |
| YUV | 89.85 | 145.01 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 88 | 120 | 0.32 | 0.27 | 0 | 0.53 | 230.53 | 0.19 | 0.4 |
| Hex | 52 | 58 | 78 | 20 | 1B | 0 | 35 | E7 | 13 | 28 |
| Octal | 122 | 130 | 170 | 40 | 33 | 0 | 65 | 347 | 23 | 50 |
| Binary | 1010010 | 1011000 | 1111000 | 100000 | 11011 | 0 | 110101 | 11100111 | 10011 | 101000 |
Color Harmonies of #525878
Complementary color
Monochromatic Colors of #525878
Black with #525878
Text Example
Text Example
White with #525878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525878; }
p { color: rgb(82,88,120); }
H1.HeaderClassName
{
color: #525878;
}
.AnyTagClassName
{
color: #525878;
}
</style>
background-color css
<style>
a { background-color: #525878; }
a { background-color: rgb(82,88,120); }
div.DivClassName
{
background-color: #525878;
}
.BgClassName
{
background-color: #525878;
}
</style>
border-color css
<style>
span { border-color: #525878; }
span { border-color: rgb(82,88,120); }
td.TdClassName
{
border-color: #525878;
}
.TagClassName
{
border-color: #525878;
}
</style>