Shades of East Bay #52546C
Tints of East Bay #52546C
RGB
CMYK
RGB Variations
Color information
#52546C (or 0x52546C) is known color: East Bay. HEX triplet: 52, 54 and 6C. RGB value is (82,84,108). Sum of RGB (Red+Green+Blue) = 82+84+108=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 108 - color contains mainly: blue. Hex color #52546C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52546C is #ADAB93. Grayscale: #565656. Windows color (decimal): -11381652 or 7099474. OLE color: 7099474.
HSL color Cylindrical-coordinate representation of color #52546C: hue angle of 235.38º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #52546C is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 84 | 108 | - |
| CMYK | 0.24 | 0.22 | 0 | 0.58 |
| HSL | 235.38º | 0.14% | 0.37% | - |
| HSV(B) | 235.38º | 0.24% | 0.42% | - |
| XYZ | 9.36 | 9.22 | 15.47 | - |
| YUV | 86.14 | 140.34 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 84 | 108 | 0.24 | 0.22 | 0 | 0.58 | 235.38 | 0.14 | 0.37 |
| Hex | 52 | 54 | 6C | 18 | 16 | 0 | 3A | EB | E | 25 |
| Octal | 122 | 124 | 154 | 30 | 26 | 0 | 72 | 353 | 16 | 45 |
| Binary | 1010010 | 1010100 | 1101100 | 11000 | 10110 | 0 | 111010 | 11101011 | 1110 | 100101 |
Color Harmonies of #52546C
Complementary color
Monochromatic Colors of #52546C
Black with #52546C
Text Example
Text Example
White with #52546C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52546C; }
p { color: rgb(82,84,108); }
H1.HeaderClassName
{
color: #52546C;
}
.AnyTagClassName
{
color: #52546C;
}
</style>
background-color css
<style>
a { background-color: #52546C; }
a { background-color: rgb(82,84,108); }
div.DivClassName
{
background-color: #52546C;
}
.BgClassName
{
background-color: #52546C;
}
</style>
border-color css
<style>
span { border-color: #52546C; }
span { border-color: rgb(82,84,108); }
td.TdClassName
{
border-color: #52546C;
}
.TagClassName
{
border-color: #52546C;
}
</style>