Shades of East Bay #52546B
Tints of East Bay #52546B
RGB
CMYK
RGB Variations
Color information
#52546B (or 0x52546B) is known color: East Bay. HEX triplet: 52, 54 and 6B. RGB value is (82,84,107). Sum of RGB (Red+Green+Blue) = 82+84+107=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 107 - color contains mainly: blue. Hex color #52546B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52546B is #ADAB94. Grayscale: #555555. Windows color (decimal): -11381653 or 7033938. OLE color: 7033938.
HSL color Cylindrical-coordinate representation of color #52546B: hue angle of 235.2º 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 #52546B is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 84 | 107 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.58 |
| HSL | 235.2º | 0.13% | 0.37% | - |
| HSV(B) | 235.2º | 0.23% | 0.42% | - |
| XYZ | 9.3 | 9.2 | 15.19 | - |
| YUV | 86.02 | 139.84 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 84 | 107 | 0.23 | 0.21 | 0 | 0.58 | 235.2 | 0.13 | 0.37 |
| Hex | 52 | 54 | 6B | 17 | 15 | 0 | 3A | EB | D | 25 |
| Octal | 122 | 124 | 153 | 27 | 25 | 0 | 72 | 353 | 15 | 45 |
| Binary | 1010010 | 1010100 | 1101011 | 10111 | 10101 | 0 | 111010 | 11101011 | 1101 | 100101 |
Color Harmonies of #52546B
Complementary color
Monochromatic Colors of #52546B
Black with #52546B
Text Example
Text Example
White with #52546B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52546B; }
p { color: rgb(82,84,107); }
H1.HeaderClassName
{
color: #52546B;
}
.AnyTagClassName
{
color: #52546B;
}
</style>
background-color css
<style>
a { background-color: #52546B; }
a { background-color: rgb(82,84,107); }
div.DivClassName
{
background-color: #52546B;
}
.BgClassName
{
background-color: #52546B;
}
</style>
border-color css
<style>
span { border-color: #52546B; }
span { border-color: rgb(82,84,107); }
td.TdClassName
{
border-color: #52546B;
}
.TagClassName
{
border-color: #52546B;
}
</style>