Shades of East Bay #53566A
Tints of East Bay #53566A
RGB
CMYK
RGB Variations
Color information
#53566A (or 0x53566A) is known color: East Bay. HEX triplet: 53, 56 and 6A. RGB value is (83,86,106). Sum of RGB (Red+Green+Blue) = 83+86+106=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 106 - color contains mainly: blue. Hex color #53566A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53566A is #ACA995. Grayscale: #575757. Windows color (decimal): -11315606 or 6968915. OLE color: 6968915.
HSL color Cylindrical-coordinate representation of color #53566A: hue angle of 232.17º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #53566A is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 86 | 106 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.58 |
| HSL | 232.17º | 0.12% | 0.37% | - |
| HSV(B) | 232.17º | 0.22% | 0.42% | - |
| XYZ | 9.5 | 9.54 | 14.98 | - |
| YUV | 87.38 | 138.51 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 86 | 106 | 0.22 | 0.19 | 0 | 0.58 | 232.17 | 0.12 | 0.37 |
| Hex | 53 | 56 | 6A | 16 | 13 | 0 | 3A | E8 | C | 25 |
| Octal | 123 | 126 | 152 | 26 | 23 | 0 | 72 | 350 | 14 | 45 |
| Binary | 1010011 | 1010110 | 1101010 | 10110 | 10011 | 0 | 111010 | 11101000 | 1100 | 100101 |
Color Harmonies of #53566A
Complementary color
Monochromatic Colors of #53566A
Black with #53566A
Text Example
Text Example
White with #53566A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53566A; }
p { color: rgb(83,86,106); }
H1.HeaderClassName
{
color: #53566A;
}
.AnyTagClassName
{
color: #53566A;
}
</style>
background-color css
<style>
a { background-color: #53566A; }
a { background-color: rgb(83,86,106); }
div.DivClassName
{
background-color: #53566A;
}
.BgClassName
{
background-color: #53566A;
}
</style>
border-color css
<style>
span { border-color: #53566A; }
span { border-color: rgb(83,86,106); }
td.TdClassName
{
border-color: #53566A;
}
.TagClassName
{
border-color: #53566A;
}
</style>