Shades of East Bay #505A6A
Tints of East Bay #505A6A
RGB
CMYK
RGB Variations
Color information
#505A6A (or 0x505A6A) is known color: East Bay. HEX triplet: 50, 5A and 6A. RGB value is (80,90,106). Sum of RGB (Red+Green+Blue) = 80+90+106=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 106 - color contains mainly: blue. Hex color #505A6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505A6A is #AFA595. Grayscale: #585858. Windows color (decimal): -11511190 or 6969936. OLE color: 6969936.
HSL color Cylindrical-coordinate representation of color #505A6A: hue angle of 216.92º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #505A6A is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 90 | 106 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.58 |
| HSL | 216.92º | 0.14% | 0.36% | - |
| HSV(B) | 216.92º | 0.25% | 0.42% | - |
| XYZ | 9.57 | 10.06 | 15.07 | - |
| YUV | 88.83 | 137.69 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 90 | 106 | 0.25 | 0.15 | 0 | 0.58 | 216.92 | 0.14 | 0.36 |
| Hex | 50 | 5A | 6A | 19 | F | 0 | 3A | D9 | E | 24 |
| Octal | 120 | 132 | 152 | 31 | 17 | 0 | 72 | 331 | 16 | 44 |
| Binary | 1010000 | 1011010 | 1101010 | 11001 | 1111 | 0 | 111010 | 11011001 | 1110 | 100100 |
Color Harmonies of #505A6A
Complementary color
Monochromatic Colors of #505A6A
Black with #505A6A
Text Example
Text Example
White with #505A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505A6A; }
p { color: rgb(80,90,106); }
H1.HeaderClassName
{
color: #505A6A;
}
.AnyTagClassName
{
color: #505A6A;
}
</style>
background-color css
<style>
a { background-color: #505A6A; }
a { background-color: rgb(80,90,106); }
div.DivClassName
{
background-color: #505A6A;
}
.BgClassName
{
background-color: #505A6A;
}
</style>
border-color css
<style>
span { border-color: #505A6A; }
span { border-color: rgb(80,90,106); }
td.TdClassName
{
border-color: #505A6A;
}
.TagClassName
{
border-color: #505A6A;
}
</style>