Shades of East Bay #535879
Tints of East Bay #535879
RGB
CMYK
RGB Variations
Color information
#535879 (or 0x535879) is known color: East Bay. HEX triplet: 53, 58 and 79. RGB value is (83,88,121). Sum of RGB (Red+Green+Blue) = 83+88+121=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 121 (47.66% from 255 or 41.44% from 292); Max value from RGB is 121 - color contains mainly: blue. Hex color #535879 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535879 is #ACA786. Grayscale: #5A5A5A. Windows color (decimal): -11315079 or 7952467. OLE color: 7952467.
HSL color Cylindrical-coordinate representation of color #535879: hue angle of 232.11º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #535879 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 83 | 88 | 121 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.53 |
| HSL | 232.11º | 0.19% | 0.4% | - |
| HSV(B) | 232.11º | 0.31% | 0.47% | - |
| XYZ | 10.51 | 10.2 | 19.5 | - |
| YUV | 90.27 | 145.34 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 88 | 121 | 0.31 | 0.27 | 0 | 0.53 | 232.11 | 0.19 | 0.4 |
| Hex | 53 | 58 | 79 | 1F | 1B | 0 | 35 | E8 | 13 | 28 |
| Octal | 123 | 130 | 171 | 37 | 33 | 0 | 65 | 350 | 23 | 50 |
| Binary | 1010011 | 1011000 | 1111001 | 11111 | 11011 | 0 | 110101 | 11101000 | 10011 | 101000 |
Color Harmonies of #535879
Complementary color
Monochromatic Colors of #535879
Black with #535879
Text Example
Text Example
White with #535879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535879; }
p { color: rgb(83,88,121); }
H1.HeaderClassName
{
color: #535879;
}
.AnyTagClassName
{
color: #535879;
}
</style>
background-color css
<style>
a { background-color: #535879; }
a { background-color: rgb(83,88,121); }
div.DivClassName
{
background-color: #535879;
}
.BgClassName
{
background-color: #535879;
}
</style>
border-color css
<style>
span { border-color: #535879; }
span { border-color: rgb(83,88,121); }
td.TdClassName
{
border-color: #535879;
}
.TagClassName
{
border-color: #535879;
}
</style>