Shades of East Bay #53566E
Tints of East Bay #53566E
RGB
CMYK
RGB Variations
Color information
#53566E (or 0x53566E) is known color: East Bay. HEX triplet: 53, 56 and 6E. RGB value is (83,86,110). Sum of RGB (Red+Green+Blue) = 83+86+110=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 110 - color contains mainly: blue. Hex color #53566E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53566E is #ACA991. Grayscale: #575757. Windows color (decimal): -11315602 or 7231059. OLE color: 7231059.
HSL color Cylindrical-coordinate representation of color #53566E: hue angle of 233.33º 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 #53566E is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 83 | 86 | 110 | - |
| CMYK | 0.25 | 0.22 | 0 | 0.57 |
| HSL | 233.33º | 0.14% | 0.38% | - |
| HSV(B) | 233.33º | 0.25% | 0.43% | - |
| XYZ | 9.71 | 9.62 | 16.1 | - |
| YUV | 87.84 | 140.51 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 86 | 110 | 0.25 | 0.22 | 0 | 0.57 | 233.33 | 0.14 | 0.38 |
| Hex | 53 | 56 | 6E | 19 | 16 | 0 | 39 | E9 | E | 26 |
| Octal | 123 | 126 | 156 | 31 | 26 | 0 | 71 | 351 | 16 | 46 |
| Binary | 1010011 | 1010110 | 1101110 | 11001 | 10110 | 0 | 111001 | 11101001 | 1110 | 100110 |
Color Harmonies of #53566E
Complementary color
Monochromatic Colors of #53566E
Black with #53566E
Text Example
Text Example
White with #53566E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53566E; }
p { color: rgb(83,86,110); }
H1.HeaderClassName
{
color: #53566E;
}
.AnyTagClassName
{
color: #53566E;
}
</style>
background-color css
<style>
a { background-color: #53566E; }
a { background-color: rgb(83,86,110); }
div.DivClassName
{
background-color: #53566E;
}
.BgClassName
{
background-color: #53566E;
}
</style>
border-color css
<style>
span { border-color: #53566E; }
span { border-color: rgb(83,86,110); }
td.TdClassName
{
border-color: #53566E;
}
.TagClassName
{
border-color: #53566E;
}
</style>