Shades of East Bay #52566C
Tints of East Bay #52566C
RGB
CMYK
RGB Variations
Color information
#52566C (or 0x52566C) is known color: East Bay. HEX triplet: 52, 56 and 6C. RGB value is (82,86,108). Sum of RGB (Red+Green+Blue) = 82+86+108=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 108 - color contains mainly: blue. Hex color #52566C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52566C is #ADA993. Grayscale: #575757. Windows color (decimal): -11381140 or 7099986. OLE color: 7099986.
HSL color Cylindrical-coordinate representation of color #52566C: hue angle of 230.77º 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 #52566C is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 86 | 108 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.58 |
| HSL | 230.77º | 0.14% | 0.37% | - |
| HSV(B) | 230.77º | 0.24% | 0.42% | - |
| XYZ | 9.51 | 9.53 | 15.53 | - |
| YUV | 87.31 | 139.67 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 86 | 108 | 0.24 | 0.20 | 0 | 0.58 | 230.77 | 0.14 | 0.37 |
| Hex | 52 | 56 | 6C | 18 | 14 | 0 | 3A | E7 | E | 25 |
| Octal | 122 | 126 | 154 | 30 | 24 | 0 | 72 | 347 | 16 | 45 |
| Binary | 1010010 | 1010110 | 1101100 | 11000 | 10100 | 0 | 111010 | 11100111 | 1110 | 100101 |
Color Harmonies of #52566C
Complementary color
Monochromatic Colors of #52566C
Black with #52566C
Text Example
Text Example
White with #52566C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52566C; }
p { color: rgb(82,86,108); }
H1.HeaderClassName
{
color: #52566C;
}
.AnyTagClassName
{
color: #52566C;
}
</style>
background-color css
<style>
a { background-color: #52566C; }
a { background-color: rgb(82,86,108); }
div.DivClassName
{
background-color: #52566C;
}
.BgClassName
{
background-color: #52566C;
}
</style>
border-color css
<style>
span { border-color: #52566C; }
span { border-color: rgb(82,86,108); }
td.TdClassName
{
border-color: #52566C;
}
.TagClassName
{
border-color: #52566C;
}
</style>