Shades of East Bay #52566E
Tints of East Bay #52566E
RGB
CMYK
RGB Variations
Color information
#52566E (or 0x52566E) is known color: East Bay. HEX triplet: 52, 56 and 6E. RGB value is (82,86,110). Sum of RGB (Red+Green+Blue) = 82+86+110=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 86 (33.98% from 255 or 30.94% from 278); Blue value is 110 (43.36% from 255 or 39.57% from 278); Max value from RGB is 110 - color contains mainly: blue. Hex color #52566E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52566E is #ADA991. Grayscale: #575757. Windows color (decimal): -11381138 or 7231058. OLE color: 7231058.
HSL color Cylindrical-coordinate representation of color #52566E: hue angle of 231.43º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #52566E is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 82 | 86 | 110 | - |
| CMYK | 0.25 | 0.22 | 0 | 0.57 |
| HSL | 231.43º | 0.15% | 0.38% | - |
| HSV(B) | 231.43º | 0.25% | 0.43% | - |
| XYZ | 9.62 | 9.58 | 16.09 | - |
| YUV | 87.54 | 140.67 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 86 | 110 | 0.25 | 0.22 | 0 | 0.57 | 231.43 | 0.15 | 0.38 |
| Hex | 52 | 56 | 6E | 19 | 16 | 0 | 39 | E7 | F | 26 |
| Octal | 122 | 126 | 156 | 31 | 26 | 0 | 71 | 347 | 17 | 46 |
| Binary | 1010010 | 1010110 | 1101110 | 11001 | 10110 | 0 | 111001 | 11100111 | 1111 | 100110 |
Color Harmonies of #52566E
Complementary color
Monochromatic Colors of #52566E
Black with #52566E
Text Example
Text Example
White with #52566E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52566E; }
p { color: rgb(82,86,110); }
H1.HeaderClassName
{
color: #52566E;
}
.AnyTagClassName
{
color: #52566E;
}
</style>
background-color css
<style>
a { background-color: #52566E; }
a { background-color: rgb(82,86,110); }
div.DivClassName
{
background-color: #52566E;
}
.BgClassName
{
background-color: #52566E;
}
</style>
border-color css
<style>
span { border-color: #52566E; }
span { border-color: rgb(82,86,110); }
td.TdClassName
{
border-color: #52566E;
}
.TagClassName
{
border-color: #52566E;
}
</style>