Shades of East Bay #52536D
Tints of East Bay #52536D
RGB
CMYK
RGB Variations
Color information
#52536D (or 0x52536D) is known color: East Bay. HEX triplet: 52, 53 and 6D. RGB value is (82,83,109). Sum of RGB (Red+Green+Blue) = 82+83+109=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 109 (42.97% from 255 or 39.78% from 274); Max value from RGB is 109 - color contains mainly: blue. Hex color #52536D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52536D is #ADAC92. Grayscale: #555555. Windows color (decimal): -11381907 or 7164754. OLE color: 7164754.
HSL color Cylindrical-coordinate representation of color #52536D: hue angle of 237.78º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #52536D is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 82 | 83 | 109 | - |
| CMYK | 0.25 | 0.24 | 0 | 0.57 |
| HSL | 237.78º | 0.14% | 0.37% | - |
| HSV(B) | 237.78º | 0.25% | 0.43% | - |
| XYZ | 9.33 | 9.08 | 15.73 | - |
| YUV | 85.67 | 141.17 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 83 | 109 | 0.25 | 0.24 | 0 | 0.57 | 237.78 | 0.14 | 0.37 |
| Hex | 52 | 53 | 6D | 19 | 18 | 0 | 39 | EE | E | 25 |
| Octal | 122 | 123 | 155 | 31 | 30 | 0 | 71 | 356 | 16 | 45 |
| Binary | 1010010 | 1010011 | 1101101 | 11001 | 11000 | 0 | 111001 | 11101110 | 1110 | 100101 |
Color Harmonies of #52536D
Complementary color
Monochromatic Colors of #52536D
Black with #52536D
Text Example
Text Example
White with #52536D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52536D; }
p { color: rgb(82,83,109); }
H1.HeaderClassName
{
color: #52536D;
}
.AnyTagClassName
{
color: #52536D;
}
</style>
background-color css
<style>
a { background-color: #52536D; }
a { background-color: rgb(82,83,109); }
div.DivClassName
{
background-color: #52536D;
}
.BgClassName
{
background-color: #52536D;
}
</style>
border-color css
<style>
span { border-color: #52536D; }
span { border-color: rgb(82,83,109); }
td.TdClassName
{
border-color: #52536D;
}
.TagClassName
{
border-color: #52536D;
}
</style>