Shades of East Bay #525565
Tints of East Bay #525565
RGB
CMYK
RGB Variations
Color information
#525565 (or 0x525565) is known color: East Bay. HEX triplet: 52, 55 and 65. RGB value is (82,85,101). Sum of RGB (Red+Green+Blue) = 82+85+101=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 101 - color contains mainly: blue. Hex color #525565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525565 is #ADAA9A. Grayscale: #555555. Windows color (decimal): -11381403 or 6640978. OLE color: 6640978.
HSL color Cylindrical-coordinate representation of color #525565: hue angle of 230.53º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #525565 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 82 | 85 | 101 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.60 |
| HSL | 230.53º | 0.1% | 0.36% | - |
| HSV(B) | 230.53º | 0.19% | 0.4% | - |
| XYZ | 9.08 | 9.23 | 13.62 | - |
| YUV | 85.93 | 136.51 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 85 | 101 | 0.19 | 0.16 | 0 | 0.60 | 230.53 | 0.1 | 0.36 |
| Hex | 52 | 55 | 65 | 13 | 10 | 0 | 3C | E7 | A | 24 |
| Octal | 122 | 125 | 145 | 23 | 20 | 0 | 74 | 347 | 12 | 44 |
| Binary | 1010010 | 1010101 | 1100101 | 10011 | 10000 | 0 | 111100 | 11100111 | 1010 | 100100 |
Color Harmonies of #525565
Complementary color
Monochromatic Colors of #525565
Black with #525565
Text Example
Text Example
White with #525565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525565; }
p { color: rgb(82,85,101); }
H1.HeaderClassName
{
color: #525565;
}
.AnyTagClassName
{
color: #525565;
}
</style>
background-color css
<style>
a { background-color: #525565; }
a { background-color: rgb(82,85,101); }
div.DivClassName
{
background-color: #525565;
}
.BgClassName
{
background-color: #525565;
}
</style>
border-color css
<style>
span { border-color: #525565; }
span { border-color: rgb(82,85,101); }
td.TdClassName
{
border-color: #525565;
}
.TagClassName
{
border-color: #525565;
}
</style>