Shades of East Bay #535878
Tints of East Bay #535878
RGB
CMYK
RGB Variations
Color information
#535878 (or 0x535878) is known color: East Bay. HEX triplet: 53, 58 and 78. RGB value is (83,88,120). Sum of RGB (Red+Green+Blue) = 83+88+120=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 120 (47.27% from 255 or 41.24% from 291); Max value from RGB is 120 - color contains mainly: blue. Hex color #535878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535878 is #ACA787. Grayscale: #5A5A5A. Windows color (decimal): -11315080 or 7886931. OLE color: 7886931.
HSL color Cylindrical-coordinate representation of color #535878: hue angle of 231.89º degrees, saturation: 0.18, 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 #535878 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 83 | 88 | 120 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.53 |
| HSL | 231.89º | 0.18% | 0.4% | - |
| HSV(B) | 231.89º | 0.31% | 0.47% | - |
| XYZ | 10.45 | 10.17 | 19.18 | - |
| YUV | 90.15 | 144.84 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 88 | 120 | 0.31 | 0.27 | 0 | 0.53 | 231.89 | 0.18 | 0.4 |
| Hex | 53 | 58 | 78 | 1F | 1B | 0 | 35 | E8 | 12 | 28 |
| Octal | 123 | 130 | 170 | 37 | 33 | 0 | 65 | 350 | 22 | 50 |
| Binary | 1010011 | 1011000 | 1111000 | 11111 | 11011 | 0 | 110101 | 11101000 | 10010 | 101000 |
Color Harmonies of #535878
Complementary color
Monochromatic Colors of #535878
Black with #535878
Text Example
Text Example
White with #535878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535878; }
p { color: rgb(83,88,120); }
H1.HeaderClassName
{
color: #535878;
}
.AnyTagClassName
{
color: #535878;
}
</style>
background-color css
<style>
a { background-color: #535878; }
a { background-color: rgb(83,88,120); }
div.DivClassName
{
background-color: #535878;
}
.BgClassName
{
background-color: #535878;
}
</style>
border-color css
<style>
span { border-color: #535878; }
span { border-color: rgb(83,88,120); }
td.TdClassName
{
border-color: #535878;
}
.TagClassName
{
border-color: #535878;
}
</style>