Shades of East Bay #52556C
Tints of East Bay #52556C
RGB
CMYK
RGB Variations
Color information
#52556C (or 0x52556C) is known color: East Bay. HEX triplet: 52, 55 and 6C. RGB value is (82,85,108). Sum of RGB (Red+Green+Blue) = 82+85+108=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 108 - color contains mainly: blue. Hex color #52556C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52556C is #ADAA93. Grayscale: #565656. Windows color (decimal): -11381396 or 7099730. OLE color: 7099730.
HSL color Cylindrical-coordinate representation of color #52556C: hue angle of 233.08º 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 #52556C is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 85 | 108 | - |
| CMYK | 0.24 | 0.21 | 0 | 0.58 |
| HSL | 233.08º | 0.14% | 0.37% | - |
| HSV(B) | 233.08º | 0.24% | 0.42% | - |
| XYZ | 9.43 | 9.37 | 15.5 | - |
| YUV | 86.73 | 140.01 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 85 | 108 | 0.24 | 0.21 | 0 | 0.58 | 233.08 | 0.14 | 0.37 |
| Hex | 52 | 55 | 6C | 18 | 15 | 0 | 3A | E9 | E | 25 |
| Octal | 122 | 125 | 154 | 30 | 25 | 0 | 72 | 351 | 16 | 45 |
| Binary | 1010010 | 1010101 | 1101100 | 11000 | 10101 | 0 | 111010 | 11101001 | 1110 | 100101 |
Color Harmonies of #52556C
Complementary color
Monochromatic Colors of #52556C
Black with #52556C
Text Example
Text Example
White with #52556C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52556C; }
p { color: rgb(82,85,108); }
H1.HeaderClassName
{
color: #52556C;
}
.AnyTagClassName
{
color: #52556C;
}
</style>
background-color css
<style>
a { background-color: #52556C; }
a { background-color: rgb(82,85,108); }
div.DivClassName
{
background-color: #52556C;
}
.BgClassName
{
background-color: #52556C;
}
</style>
border-color css
<style>
span { border-color: #52556C; }
span { border-color: rgb(82,85,108); }
td.TdClassName
{
border-color: #52556C;
}
.TagClassName
{
border-color: #52556C;
}
</style>