Shades of East Bay #535A71
Tints of East Bay #535A71
RGB
CMYK
RGB Variations
Color information
#535A71 (or 0x535A71) is known color: East Bay. HEX triplet: 53, 5A and 71. RGB value is (83,90,113). Sum of RGB (Red+Green+Blue) = 83+90+113=286 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.02% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 113 (44.53% from 255 or 39.51% from 286); Max value from RGB is 113 - color contains mainly: blue. Hex color #535A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535A71 is #ACA58E. Grayscale: #5A5A5A. Windows color (decimal): -11314575 or 7428691. OLE color: 7428691.
HSL color Cylindrical-coordinate representation of color #535A71: hue angle of 226º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #535A71 is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 90 | 113 | - |
| CMYK | 0.27 | 0.20 | 0 | 0.56 |
| HSL | 226º | 0.15% | 0.38% | - |
| HSV(B) | 226º | 0.27% | 0.44% | - |
| XYZ | 10.2 | 10.34 | 17.08 | - |
| YUV | 90.53 | 140.68 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 90 | 113 | 0.27 | 0.20 | 0 | 0.56 | 226 | 0.15 | 0.38 |
| Hex | 53 | 5A | 71 | 1B | 14 | 0 | 38 | E2 | F | 26 |
| Octal | 123 | 132 | 161 | 33 | 24 | 0 | 70 | 342 | 17 | 46 |
| Binary | 1010011 | 1011010 | 1110001 | 11011 | 10100 | 0 | 111000 | 11100010 | 1111 | 100110 |
Color Harmonies of #535A71
Complementary color
Monochromatic Colors of #535A71
Black with #535A71
Text Example
Text Example
White with #535A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535A71; }
p { color: rgb(83,90,113); }
H1.HeaderClassName
{
color: #535A71;
}
.AnyTagClassName
{
color: #535A71;
}
</style>
background-color css
<style>
a { background-color: #535A71; }
a { background-color: rgb(83,90,113); }
div.DivClassName
{
background-color: #535A71;
}
.BgClassName
{
background-color: #535A71;
}
</style>
border-color css
<style>
span { border-color: #535A71; }
span { border-color: rgb(83,90,113); }
td.TdClassName
{
border-color: #535A71;
}
.TagClassName
{
border-color: #535A71;
}
</style>