Shades of East Bay #535B70
Tints of East Bay #535B70
RGB
CMYK
RGB Variations
Color information
#535B70 (or 0x535B70) is known color: East Bay. HEX triplet: 53, 5B and 70. RGB value is (83,91,112). Sum of RGB (Red+Green+Blue) = 83+91+112=286 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.02% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 112 (44.14% from 255 or 39.16% from 286); Max value from RGB is 112 - color contains mainly: blue. Hex color #535B70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535B70 is #ACA48F. Grayscale: #5A5A5A. Windows color (decimal): -11314320 or 7363411. OLE color: 7363411.
HSL color Cylindrical-coordinate representation of color #535B70: hue angle of 223.45º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #535B70 is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 91 | 112 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.56 |
| HSL | 223.45º | 0.15% | 0.38% | - |
| HSV(B) | 223.45º | 0.26% | 0.44% | - |
| XYZ | 10.23 | 10.49 | 16.81 | - |
| YUV | 91 | 139.85 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 91 | 112 | 0.26 | 0.19 | 0 | 0.56 | 223.45 | 0.15 | 0.38 |
| Hex | 53 | 5B | 70 | 1A | 13 | 0 | 38 | DF | F | 26 |
| Octal | 123 | 133 | 160 | 32 | 23 | 0 | 70 | 337 | 17 | 46 |
| Binary | 1010011 | 1011011 | 1110000 | 11010 | 10011 | 0 | 111000 | 11011111 | 1111 | 100110 |
Color Harmonies of #535B70
Complementary color
Monochromatic Colors of #535B70
Black with #535B70
Text Example
Text Example
White with #535B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535B70; }
p { color: rgb(83,91,112); }
H1.HeaderClassName
{
color: #535B70;
}
.AnyTagClassName
{
color: #535B70;
}
</style>
background-color css
<style>
a { background-color: #535B70; }
a { background-color: rgb(83,91,112); }
div.DivClassName
{
background-color: #535B70;
}
.BgClassName
{
background-color: #535B70;
}
</style>
border-color css
<style>
span { border-color: #535B70; }
span { border-color: rgb(83,91,112); }
td.TdClassName
{
border-color: #535B70;
}
.TagClassName
{
border-color: #535B70;
}
</style>