Shades of East Bay #52566F
Tints of East Bay #52566F
RGB
CMYK
RGB Variations
Color information
#52566F (or 0x52566F) is known color: East Bay. HEX triplet: 52, 56 and 6F. RGB value is (82,86,111). Sum of RGB (Red+Green+Blue) = 82+86+111=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 111 (43.75% from 255 or 39.78% from 279); Max value from RGB is 111 - color contains mainly: blue. Hex color #52566F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52566F is #ADA990. Grayscale: #575757. Windows color (decimal): -11381137 or 7296594. OLE color: 7296594.
HSL color Cylindrical-coordinate representation of color #52566F: hue angle of 231.72º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #52566F is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 86 | 111 | - |
| CMYK | 0.26 | 0.23 | 0 | 0.56 |
| HSL | 231.72º | 0.15% | 0.38% | - |
| HSV(B) | 231.72º | 0.26% | 0.44% | - |
| XYZ | 9.68 | 9.6 | 16.38 | - |
| YUV | 87.65 | 141.17 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 86 | 111 | 0.26 | 0.23 | 0 | 0.56 | 231.72 | 0.15 | 0.38 |
| Hex | 52 | 56 | 6F | 1A | 17 | 0 | 38 | E8 | F | 26 |
| Octal | 122 | 126 | 157 | 32 | 27 | 0 | 70 | 350 | 17 | 46 |
| Binary | 1010010 | 1010110 | 1101111 | 11010 | 10111 | 0 | 111000 | 11101000 | 1111 | 100110 |
Color Harmonies of #52566F
Complementary color
Monochromatic Colors of #52566F
Black with #52566F
Text Example
Text Example
White with #52566F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52566F; }
p { color: rgb(82,86,111); }
H1.HeaderClassName
{
color: #52566F;
}
.AnyTagClassName
{
color: #52566F;
}
</style>
background-color css
<style>
a { background-color: #52566F; }
a { background-color: rgb(82,86,111); }
div.DivClassName
{
background-color: #52566F;
}
.BgClassName
{
background-color: #52566F;
}
</style>
border-color css
<style>
span { border-color: #52566F; }
span { border-color: rgb(82,86,111); }
td.TdClassName
{
border-color: #52566F;
}
.TagClassName
{
border-color: #52566F;
}
</style>