Shades of East Bay #505767
Tints of East Bay #505767
RGB
CMYK
RGB Variations
Color information
#505767 (or 0x505767) is known color: East Bay. HEX triplet: 50, 57 and 67. RGB value is (80,87,103). Sum of RGB (Red+Green+Blue) = 80+87+103=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 103 (40.62% from 255 or 38.15% from 270); Max value from RGB is 103 - color contains mainly: blue. Hex color #505767 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505767 is #AFA898. Grayscale: #565656. Windows color (decimal): -11511961 or 6772560. OLE color: 6772560.
HSL color Cylindrical-coordinate representation of color #505767: hue angle of 221.74º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #505767 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 87 | 103 | - |
| CMYK | 0.22 | 0.16 | 0 | 0.60 |
| HSL | 221.74º | 0.13% | 0.36% | - |
| HSV(B) | 221.74º | 0.22% | 0.4% | - |
| XYZ | 9.16 | 9.5 | 14.18 | - |
| YUV | 86.73 | 137.18 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 87 | 103 | 0.22 | 0.16 | 0 | 0.60 | 221.74 | 0.13 | 0.36 |
| Hex | 50 | 57 | 67 | 16 | 10 | 0 | 3C | DE | D | 24 |
| Octal | 120 | 127 | 147 | 26 | 20 | 0 | 74 | 336 | 15 | 44 |
| Binary | 1010000 | 1010111 | 1100111 | 10110 | 10000 | 0 | 111100 | 11011110 | 1101 | 100100 |
Color Harmonies of #505767
Complementary color
Monochromatic Colors of #505767
Black with #505767
Text Example
Text Example
White with #505767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505767; }
p { color: rgb(80,87,103); }
H1.HeaderClassName
{
color: #505767;
}
.AnyTagClassName
{
color: #505767;
}
</style>
background-color css
<style>
a { background-color: #505767; }
a { background-color: rgb(80,87,103); }
div.DivClassName
{
background-color: #505767;
}
.BgClassName
{
background-color: #505767;
}
</style>
border-color css
<style>
span { border-color: #505767; }
span { border-color: rgb(80,87,103); }
td.TdClassName
{
border-color: #505767;
}
.TagClassName
{
border-color: #505767;
}
</style>