Shades of East Bay #53596A
Tints of East Bay #53596A
RGB
CMYK
RGB Variations
Color information
#53596A (or 0x53596A) is known color: East Bay. HEX triplet: 53, 59 and 6A. RGB value is (83,89,106). Sum of RGB (Red+Green+Blue) = 83+89+106=278 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.86% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 106 (41.80% from 255 or 38.13% from 278); Max value from RGB is 106 - color contains mainly: blue. Hex color #53596A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53596A is #ACA695. Grayscale: #595959. Windows color (decimal): -11314838 or 6969683. OLE color: 6969683.
HSL color Cylindrical-coordinate representation of color #53596A: hue angle of 224.35º 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 #53596A is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 89 | 106 | - |
| CMYK | 0.22 | 0.16 | 0 | 0.58 |
| HSL | 224.35º | 0.12% | 0.37% | - |
| HSV(B) | 224.35º | 0.22% | 0.42% | - |
| XYZ | 9.74 | 10.02 | 15.06 | - |
| YUV | 89.14 | 137.51 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 89 | 106 | 0.22 | 0.16 | 0 | 0.58 | 224.35 | 0.12 | 0.37 |
| Hex | 53 | 59 | 6A | 16 | 10 | 0 | 3A | E0 | C | 25 |
| Octal | 123 | 131 | 152 | 26 | 20 | 0 | 72 | 340 | 14 | 45 |
| Binary | 1010011 | 1011001 | 1101010 | 10110 | 10000 | 0 | 111010 | 11100000 | 1100 | 100101 |
Color Harmonies of #53596A
Complementary color
Monochromatic Colors of #53596A
Black with #53596A
Text Example
Text Example
White with #53596A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53596A; }
p { color: rgb(83,89,106); }
H1.HeaderClassName
{
color: #53596A;
}
.AnyTagClassName
{
color: #53596A;
}
</style>
background-color css
<style>
a { background-color: #53596A; }
a { background-color: rgb(83,89,106); }
div.DivClassName
{
background-color: #53596A;
}
.BgClassName
{
background-color: #53596A;
}
</style>
border-color css
<style>
span { border-color: #53596A; }
span { border-color: rgb(83,89,106); }
td.TdClassName
{
border-color: #53596A;
}
.TagClassName
{
border-color: #53596A;
}
</style>