Shades of East Bay #52536A
Tints of East Bay #52536A
RGB
CMYK
RGB Variations
Color information
#52536A (or 0x52536A) is known color: East Bay. HEX triplet: 52, 53 and 6A. RGB value is (82,83,106). Sum of RGB (Red+Green+Blue) = 82+83+106=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 106 (41.80% from 255 or 39.11% from 271); Max value from RGB is 106 - color contains mainly: blue. Hex color #52536A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52536A is #ADAC95. Grayscale: #555555. Windows color (decimal): -11381910 or 6968146. OLE color: 6968146.
HSL color Cylindrical-coordinate representation of color #52536A: hue angle of 237.5º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #52536A is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 83 | 106 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.58 |
| HSL | 237.5º | 0.13% | 0.37% | - |
| HSV(B) | 237.5º | 0.23% | 0.42% | - |
| XYZ | 9.17 | 9.02 | 14.89 | - |
| YUV | 85.32 | 139.67 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 83 | 106 | 0.23 | 0.22 | 0 | 0.58 | 237.5 | 0.13 | 0.37 |
| Hex | 52 | 53 | 6A | 17 | 16 | 0 | 3A | EE | D | 25 |
| Octal | 122 | 123 | 152 | 27 | 26 | 0 | 72 | 356 | 15 | 45 |
| Binary | 1010010 | 1010011 | 1101010 | 10111 | 10110 | 0 | 111010 | 11101110 | 1101 | 100101 |
Color Harmonies of #52536A
Complementary color
Monochromatic Colors of #52536A
Black with #52536A
Text Example
Text Example
White with #52536A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52536A; }
p { color: rgb(82,83,106); }
H1.HeaderClassName
{
color: #52536A;
}
.AnyTagClassName
{
color: #52536A;
}
</style>
background-color css
<style>
a { background-color: #52536A; }
a { background-color: rgb(82,83,106); }
div.DivClassName
{
background-color: #52536A;
}
.BgClassName
{
background-color: #52536A;
}
</style>
border-color css
<style>
span { border-color: #52536A; }
span { border-color: rgb(82,83,106); }
td.TdClassName
{
border-color: #52536A;
}
.TagClassName
{
border-color: #52536A;
}
</style>