Shades of East Bay #52556A
Tints of East Bay #52556A
RGB
CMYK
RGB Variations
Color information
#52556A (or 0x52556A) is known color: East Bay. HEX triplet: 52, 55 and 6A. RGB value is (82,85,106). Sum of RGB (Red+Green+Blue) = 82+85+106=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 106 - color contains mainly: blue. Hex color #52556A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52556A is #ADAA95. Grayscale: #565656. Windows color (decimal): -11381398 or 6968658. OLE color: 6968658.
HSL color Cylindrical-coordinate representation of color #52556A: hue angle of 232.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 #52556A is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 85 | 106 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.58 |
| HSL | 232.5º | 0.13% | 0.37% | - |
| HSV(B) | 232.5º | 0.23% | 0.42% | - |
| XYZ | 9.33 | 9.33 | 14.95 | - |
| YUV | 86.5 | 139.01 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 85 | 106 | 0.23 | 0.20 | 0 | 0.58 | 232.5 | 0.13 | 0.37 |
| Hex | 52 | 55 | 6A | 17 | 14 | 0 | 3A | E8 | D | 25 |
| Octal | 122 | 125 | 152 | 27 | 24 | 0 | 72 | 350 | 15 | 45 |
| Binary | 1010010 | 1010101 | 1101010 | 10111 | 10100 | 0 | 111010 | 11101000 | 1101 | 100101 |
Color Harmonies of #52556A
Complementary color
Monochromatic Colors of #52556A
Black with #52556A
Text Example
Text Example
White with #52556A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52556A; }
p { color: rgb(82,85,106); }
H1.HeaderClassName
{
color: #52556A;
}
.AnyTagClassName
{
color: #52556A;
}
</style>
background-color css
<style>
a { background-color: #52556A; }
a { background-color: rgb(82,85,106); }
div.DivClassName
{
background-color: #52556A;
}
.BgClassName
{
background-color: #52556A;
}
</style>
border-color css
<style>
span { border-color: #52556A; }
span { border-color: rgb(82,85,106); }
td.TdClassName
{
border-color: #52556A;
}
.TagClassName
{
border-color: #52556A;
}
</style>