Shades of East Bay #52556B
Tints of East Bay #52556B
RGB
CMYK
RGB Variations
Color information
#52556B (or 0x52556B) is known color: East Bay. HEX triplet: 52, 55 and 6B. RGB value is (82,85,107). Sum of RGB (Red+Green+Blue) = 82+85+107=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 107 (42.19% from 255 or 39.05% from 274); Max value from RGB is 107 - color contains mainly: blue. Hex color #52556B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52556B is #ADAA94. Grayscale: #565656. Windows color (decimal): -11381397 or 7034194. OLE color: 7034194.
HSL color Cylindrical-coordinate representation of color #52556B: hue angle of 232.8º 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 #52556B is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 85 | 107 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.58 |
| HSL | 232.8º | 0.13% | 0.37% | - |
| HSV(B) | 232.8º | 0.23% | 0.42% | - |
| XYZ | 9.38 | 9.35 | 15.22 | - |
| YUV | 86.61 | 139.51 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 85 | 107 | 0.23 | 0.21 | 0 | 0.58 | 232.8 | 0.13 | 0.37 |
| Hex | 52 | 55 | 6B | 17 | 15 | 0 | 3A | E9 | D | 25 |
| Octal | 122 | 125 | 153 | 27 | 25 | 0 | 72 | 351 | 15 | 45 |
| Binary | 1010010 | 1010101 | 1101011 | 10111 | 10101 | 0 | 111010 | 11101001 | 1101 | 100101 |
Color Harmonies of #52556B
Complementary color
Monochromatic Colors of #52556B
Black with #52556B
Text Example
Text Example
White with #52556B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52556B; }
p { color: rgb(82,85,107); }
H1.HeaderClassName
{
color: #52556B;
}
.AnyTagClassName
{
color: #52556B;
}
</style>
background-color css
<style>
a { background-color: #52556B; }
a { background-color: rgb(82,85,107); }
div.DivClassName
{
background-color: #52556B;
}
.BgClassName
{
background-color: #52556B;
}
</style>
border-color css
<style>
span { border-color: #52556B; }
span { border-color: rgb(82,85,107); }
td.TdClassName
{
border-color: #52556B;
}
.TagClassName
{
border-color: #52556B;
}
</style>