Shades of East Bay #52566A
Tints of East Bay #52566A
RGB
CMYK
RGB Variations
Color information
#52566A (or 0x52566A) is known color: East Bay. HEX triplet: 52, 56 and 6A. RGB value is (82,86,106). Sum of RGB (Red+Green+Blue) = 82+86+106=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 106 (41.80% from 255 or 38.69% from 274); Max value from RGB is 106 - color contains mainly: blue. Hex color #52566A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52566A is #ADA995. Grayscale: #565656. Windows color (decimal): -11381142 or 6968914. OLE color: 6968914.
HSL color Cylindrical-coordinate representation of color #52566A: hue angle of 230º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #52566A is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 86 | 106 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.58 |
| HSL | 230º | 0.13% | 0.37% | - |
| HSV(B) | 230º | 0.23% | 0.42% | - |
| XYZ | 9.41 | 9.49 | 14.97 | - |
| YUV | 87.08 | 138.67 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 86 | 106 | 0.23 | 0.19 | 0 | 0.58 | 230 | 0.13 | 0.37 |
| Hex | 52 | 56 | 6A | 17 | 13 | 0 | 3A | E6 | D | 25 |
| Octal | 122 | 126 | 152 | 27 | 23 | 0 | 72 | 346 | 15 | 45 |
| Binary | 1010010 | 1010110 | 1101010 | 10111 | 10011 | 0 | 111010 | 11100110 | 1101 | 100101 |
Color Harmonies of #52566A
Complementary color
Monochromatic Colors of #52566A
Black with #52566A
Text Example
Text Example
White with #52566A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52566A; }
p { color: rgb(82,86,106); }
H1.HeaderClassName
{
color: #52566A;
}
.AnyTagClassName
{
color: #52566A;
}
</style>
background-color css
<style>
a { background-color: #52566A; }
a { background-color: rgb(82,86,106); }
div.DivClassName
{
background-color: #52566A;
}
.BgClassName
{
background-color: #52566A;
}
</style>
border-color css
<style>
span { border-color: #52566A; }
span { border-color: rgb(82,86,106); }
td.TdClassName
{
border-color: #52566A;
}
.TagClassName
{
border-color: #52566A;
}
</style>