Shades of East Bay #505568
Tints of East Bay #505568
RGB
CMYK
RGB Variations
Color information
#505568 (or 0x505568) is known color: East Bay. HEX triplet: 50, 55 and 68. RGB value is (80,85,104). Sum of RGB (Red+Green+Blue) = 80+85+104=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 104 (41.02% from 255 or 38.66% from 269); Max value from RGB is 104 - color contains mainly: blue. Hex color #505568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505568 is #AFAA97. Grayscale: #555555. Windows color (decimal): -11512472 or 6837584. OLE color: 6837584.
HSL color Cylindrical-coordinate representation of color #505568: hue angle of 227.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #505568 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 85 | 104 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.59 |
| HSL | 227.5º | 0.13% | 0.36% | - |
| HSV(B) | 227.5º | 0.23% | 0.41% | - |
| XYZ | 9.06 | 9.2 | 14.4 | - |
| YUV | 85.67 | 138.34 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 85 | 104 | 0.23 | 0.18 | 0 | 0.59 | 227.5 | 0.13 | 0.36 |
| Hex | 50 | 55 | 68 | 17 | 12 | 0 | 3B | E4 | D | 24 |
| Octal | 120 | 125 | 150 | 27 | 22 | 0 | 73 | 344 | 15 | 44 |
| Binary | 1010000 | 1010101 | 1101000 | 10111 | 10010 | 0 | 111011 | 11100100 | 1101 | 100100 |
Color Harmonies of #505568
Complementary color
Monochromatic Colors of #505568
Black with #505568
Text Example
Text Example
White with #505568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505568; }
p { color: rgb(80,85,104); }
H1.HeaderClassName
{
color: #505568;
}
.AnyTagClassName
{
color: #505568;
}
</style>
background-color css
<style>
a { background-color: #505568; }
a { background-color: rgb(80,85,104); }
div.DivClassName
{
background-color: #505568;
}
.BgClassName
{
background-color: #505568;
}
</style>
border-color css
<style>
span { border-color: #505568; }
span { border-color: rgb(80,85,104); }
td.TdClassName
{
border-color: #505568;
}
.TagClassName
{
border-color: #505568;
}
</style>