Shades of East Bay #52576D
Tints of East Bay #52576D
RGB
CMYK
RGB Variations
Color information
#52576D (or 0x52576D) is known color: East Bay. HEX triplet: 52, 57 and 6D. RGB value is (82,87,109). Sum of RGB (Red+Green+Blue) = 82+87+109=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 109 - color contains mainly: blue. Hex color #52576D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52576D is #ADA892. Grayscale: #575757. Windows color (decimal): -11380883 or 7165778. OLE color: 7165778.
HSL color Cylindrical-coordinate representation of color #52576D: hue angle of 228.89º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #52576D is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 82 | 87 | 109 | - |
| CMYK | 0.25 | 0.20 | 0 | 0.57 |
| HSL | 228.89º | 0.14% | 0.37% | - |
| HSV(B) | 228.89º | 0.25% | 0.43% | - |
| XYZ | 9.65 | 9.71 | 15.83 | - |
| YUV | 88.01 | 139.84 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 87 | 109 | 0.25 | 0.20 | 0 | 0.57 | 228.89 | 0.14 | 0.37 |
| Hex | 52 | 57 | 6D | 19 | 14 | 0 | 39 | E5 | E | 25 |
| Octal | 122 | 127 | 155 | 31 | 24 | 0 | 71 | 345 | 16 | 45 |
| Binary | 1010010 | 1010111 | 1101101 | 11001 | 10100 | 0 | 111001 | 11100101 | 1110 | 100101 |
Color Harmonies of #52576D
Complementary color
Monochromatic Colors of #52576D
Black with #52576D
Text Example
Text Example
White with #52576D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52576D; }
p { color: rgb(82,87,109); }
H1.HeaderClassName
{
color: #52576D;
}
.AnyTagClassName
{
color: #52576D;
}
</style>
background-color css
<style>
a { background-color: #52576D; }
a { background-color: rgb(82,87,109); }
div.DivClassName
{
background-color: #52576D;
}
.BgClassName
{
background-color: #52576D;
}
</style>
border-color css
<style>
span { border-color: #52576D; }
span { border-color: rgb(82,87,109); }
td.TdClassName
{
border-color: #52576D;
}
.TagClassName
{
border-color: #52576D;
}
</style>