Shades of East Bay #54576E
Tints of East Bay #54576E
RGB
CMYK
RGB Variations
Color information
#54576E (or 0x54576E) is known color: East Bay. HEX triplet: 54, 57 and 6E. RGB value is (84,87,110). Sum of RGB (Red+Green+Blue) = 84+87+110=281 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.89% from 281); Green value is 87 (34.38% from 255 or 30.96% from 281); Blue value is 110 (43.36% from 255 or 39.15% from 281); Max value from RGB is 110 - color contains mainly: blue. Hex color #54576E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54576E is #ABA891. Grayscale: #585858. Windows color (decimal): -11249810 or 7231316. OLE color: 7231316.
HSL color Cylindrical-coordinate representation of color #54576E: hue angle of 233.08º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #54576E is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 84 | 87 | 110 | - |
| CMYK | 0.24 | 0.21 | 0 | 0.57 |
| HSL | 233.08º | 0.13% | 0.38% | - |
| HSV(B) | 233.08º | 0.24% | 0.43% | - |
| XYZ | 9.88 | 9.83 | 16.13 | - |
| YUV | 88.73 | 140.01 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 87 | 110 | 0.24 | 0.21 | 0 | 0.57 | 233.08 | 0.13 | 0.38 |
| Hex | 54 | 57 | 6E | 18 | 15 | 0 | 39 | E9 | D | 26 |
| Octal | 124 | 127 | 156 | 30 | 25 | 0 | 71 | 351 | 15 | 46 |
| Binary | 1010100 | 1010111 | 1101110 | 11000 | 10101 | 0 | 111001 | 11101001 | 1101 | 100110 |
Color Harmonies of #54576E
Complementary color
Monochromatic Colors of #54576E
Black with #54576E
Text Example
Text Example
White with #54576E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54576E; }
p { color: rgb(84,87,110); }
H1.HeaderClassName
{
color: #54576E;
}
.AnyTagClassName
{
color: #54576E;
}
</style>
background-color css
<style>
a { background-color: #54576E; }
a { background-color: rgb(84,87,110); }
div.DivClassName
{
background-color: #54576E;
}
.BgClassName
{
background-color: #54576E;
}
</style>
border-color css
<style>
span { border-color: #54576E; }
span { border-color: rgb(84,87,110); }
td.TdClassName
{
border-color: #54576E;
}
.TagClassName
{
border-color: #54576E;
}
</style>