Shades of East Bay #53556E
Tints of East Bay #53556E
RGB
CMYK
RGB Variations
Color information
#53556E (or 0x53556E) is known color: East Bay. HEX triplet: 53, 55 and 6E. RGB value is (83,85,110). Sum of RGB (Red+Green+Blue) = 83+85+110=278 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.86% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 110 (43.36% from 255 or 39.57% from 278); Max value from RGB is 110 - color contains mainly: blue. Hex color #53556E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53556E is #ACAA91. Grayscale: #575757. Windows color (decimal): -11315858 or 7230803. OLE color: 7230803.
HSL color Cylindrical-coordinate representation of color #53556E: hue angle of 235.56º 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 #53556E is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 83 | 85 | 110 | - |
| CMYK | 0.25 | 0.23 | 0 | 0.57 |
| HSL | 235.56º | 0.14% | 0.38% | - |
| HSV(B) | 235.56º | 0.25% | 0.43% | - |
| XYZ | 9.63 | 9.46 | 16.07 | - |
| YUV | 87.25 | 140.84 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 85 | 110 | 0.25 | 0.23 | 0 | 0.57 | 235.56 | 0.14 | 0.38 |
| Hex | 53 | 55 | 6E | 19 | 17 | 0 | 39 | EC | E | 26 |
| Octal | 123 | 125 | 156 | 31 | 27 | 0 | 71 | 354 | 16 | 46 |
| Binary | 1010011 | 1010101 | 1101110 | 11001 | 10111 | 0 | 111001 | 11101100 | 1110 | 100110 |
Color Harmonies of #53556E
Complementary color
Monochromatic Colors of #53556E
Black with #53556E
Text Example
Text Example
White with #53556E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53556E; }
p { color: rgb(83,85,110); }
H1.HeaderClassName
{
color: #53556E;
}
.AnyTagClassName
{
color: #53556E;
}
</style>
background-color css
<style>
a { background-color: #53556E; }
a { background-color: rgb(83,85,110); }
div.DivClassName
{
background-color: #53556E;
}
.BgClassName
{
background-color: #53556E;
}
</style>
border-color css
<style>
span { border-color: #53556E; }
span { border-color: rgb(83,85,110); }
td.TdClassName
{
border-color: #53556E;
}
.TagClassName
{
border-color: #53556E;
}
</style>