Shades of East Bay #53576E
Tints of East Bay #53576E
RGB
CMYK
RGB Variations
Color information
#53576E (or 0x53576E) is known color: East Bay. HEX triplet: 53, 57 and 6E. RGB value is (83,87,110). Sum of RGB (Red+Green+Blue) = 83+87+110=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 110 (43.36% from 255 or 39.29% from 280); Max value from RGB is 110 - color contains mainly: blue. Hex color #53576E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53576E is #ACA891. Grayscale: #585858. Windows color (decimal): -11315346 or 7231315. OLE color: 7231315.
HSL color Cylindrical-coordinate representation of color #53576E: hue angle of 231.11º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #53576E is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 83 | 87 | 110 | - |
| CMYK | 0.25 | 0.21 | 0 | 0.57 |
| HSL | 231.11º | 0.14% | 0.38% | - |
| HSV(B) | 231.11º | 0.25% | 0.43% | - |
| XYZ | 9.79 | 9.78 | 16.12 | - |
| YUV | 88.43 | 140.17 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 87 | 110 | 0.25 | 0.21 | 0 | 0.57 | 231.11 | 0.14 | 0.38 |
| Hex | 53 | 57 | 6E | 19 | 15 | 0 | 39 | E7 | E | 26 |
| Octal | 123 | 127 | 156 | 31 | 25 | 0 | 71 | 347 | 16 | 46 |
| Binary | 1010011 | 1010111 | 1101110 | 11001 | 10101 | 0 | 111001 | 11100111 | 1110 | 100110 |
Color Harmonies of #53576E
Complementary color
Monochromatic Colors of #53576E
Black with #53576E
Text Example
Text Example
White with #53576E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53576E; }
p { color: rgb(83,87,110); }
H1.HeaderClassName
{
color: #53576E;
}
.AnyTagClassName
{
color: #53576E;
}
</style>
background-color css
<style>
a { background-color: #53576E; }
a { background-color: rgb(83,87,110); }
div.DivClassName
{
background-color: #53576E;
}
.BgClassName
{
background-color: #53576E;
}
</style>
border-color css
<style>
span { border-color: #53576E; }
span { border-color: rgb(83,87,110); }
td.TdClassName
{
border-color: #53576E;
}
.TagClassName
{
border-color: #53576E;
}
</style>