Shades of East Bay #51577A
Tints of East Bay #51577A
RGB
CMYK
RGB Variations
Color information
#51577A (or 0x51577A) is known color: East Bay. HEX triplet: 51, 57 and 7A. RGB value is (81,87,122). Sum of RGB (Red+Green+Blue) = 81+87+122=290 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.93% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 122 (48.05% from 255 or 42.07% from 290); Max value from RGB is 122 - color contains mainly: blue. Hex color #51577A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51577A is #AEA885. Grayscale: #595959. Windows color (decimal): -11446406 or 8017745. OLE color: 8017745.
HSL color Cylindrical-coordinate representation of color #51577A: hue angle of 231.22º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #51577A is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 81 | 87 | 122 | - |
| CMYK | 0.34 | 0.29 | 0 | 0.52 |
| HSL | 231.22º | 0.2% | 0.4% | - |
| HSV(B) | 231.22º | 0.34% | 0.48% | - |
| XYZ | 10.31 | 9.97 | 19.79 | - |
| YUV | 89.2 | 146.51 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 87 | 122 | 0.34 | 0.29 | 0 | 0.52 | 231.22 | 0.2 | 0.4 |
| Hex | 51 | 57 | 7A | 22 | 1D | 0 | 34 | E7 | 14 | 28 |
| Octal | 121 | 127 | 172 | 42 | 35 | 0 | 64 | 347 | 24 | 50 |
| Binary | 1010001 | 1010111 | 1111010 | 100010 | 11101 | 0 | 110100 | 11100111 | 10100 | 101000 |
Color Harmonies of #51577A
Complementary color
Monochromatic Colors of #51577A
Black with #51577A
Text Example
Text Example
White with #51577A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51577A; }
p { color: rgb(81,87,122); }
H1.HeaderClassName
{
color: #51577A;
}
.AnyTagClassName
{
color: #51577A;
}
</style>
background-color css
<style>
a { background-color: #51577A; }
a { background-color: rgb(81,87,122); }
div.DivClassName
{
background-color: #51577A;
}
.BgClassName
{
background-color: #51577A;
}
</style>
border-color css
<style>
span { border-color: #51577A; }
span { border-color: rgb(81,87,122); }
td.TdClassName
{
border-color: #51577A;
}
.TagClassName
{
border-color: #51577A;
}
</style>