Shades of East Bay #535565
Tints of East Bay #535565
RGB
CMYK
RGB Variations
Color information
#535565 (or 0x535565) is known color: East Bay. HEX triplet: 53, 55 and 65. RGB value is (83,85,101). Sum of RGB (Red+Green+Blue) = 83+85+101=269 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.86% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 101 - color contains mainly: blue. Hex color #535565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535565 is #ACAA9A. Grayscale: #565656. Windows color (decimal): -11315867 or 6640979. OLE color: 6640979.
HSL color Cylindrical-coordinate representation of color #535565: hue angle of 233.33º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #535565 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 83 | 85 | 101 | - |
| CMYK | 0.18 | 0.16 | 0 | 0.60 |
| HSL | 233.33º | 0.1% | 0.36% | - |
| HSV(B) | 233.33º | 0.18% | 0.4% | - |
| XYZ | 9.16 | 9.28 | 13.62 | - |
| YUV | 86.23 | 136.34 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 85 | 101 | 0.18 | 0.16 | 0 | 0.60 | 233.33 | 0.1 | 0.36 |
| Hex | 53 | 55 | 65 | 12 | 10 | 0 | 3C | E9 | A | 24 |
| Octal | 123 | 125 | 145 | 22 | 20 | 0 | 74 | 351 | 12 | 44 |
| Binary | 1010011 | 1010101 | 1100101 | 10010 | 10000 | 0 | 111100 | 11101001 | 1010 | 100100 |
Color Harmonies of #535565
Complementary color
Monochromatic Colors of #535565
Black with #535565
Text Example
Text Example
White with #535565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535565; }
p { color: rgb(83,85,101); }
H1.HeaderClassName
{
color: #535565;
}
.AnyTagClassName
{
color: #535565;
}
</style>
background-color css
<style>
a { background-color: #535565; }
a { background-color: rgb(83,85,101); }
div.DivClassName
{
background-color: #535565;
}
.BgClassName
{
background-color: #535565;
}
</style>
border-color css
<style>
span { border-color: #535565; }
span { border-color: rgb(83,85,101); }
td.TdClassName
{
border-color: #535565;
}
.TagClassName
{
border-color: #535565;
}
</style>