Shades of East Bay #54596C
Tints of East Bay #54596C
RGB
CMYK
RGB Variations
Color information
#54596C (or 0x54596C) is known color: East Bay. HEX triplet: 54, 59 and 6C. RGB value is (84,89,108). Sum of RGB (Red+Green+Blue) = 84+89+108=281 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.89% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 108 - color contains mainly: blue. Hex color #54596C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54596C is #ABA693. Grayscale: #595959. Windows color (decimal): -11249300 or 7100756. OLE color: 7100756.
HSL color Cylindrical-coordinate representation of color #54596C: hue angle of 227.5º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #54596C is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 89 | 108 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.58 |
| HSL | 227.5º | 0.13% | 0.38% | - |
| HSV(B) | 227.5º | 0.22% | 0.42% | - |
| XYZ | 9.94 | 10.11 | 15.62 | - |
| YUV | 89.67 | 138.34 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 89 | 108 | 0.22 | 0.18 | 0 | 0.58 | 227.5 | 0.13 | 0.38 |
| Hex | 54 | 59 | 6C | 16 | 12 | 0 | 3A | E4 | C | 26 |
| Octal | 124 | 131 | 154 | 26 | 22 | 0 | 72 | 344 | 14 | 46 |
| Binary | 1010100 | 1011001 | 1101100 | 10110 | 10010 | 0 | 111010 | 11100100 | 1100 | 100110 |
Color Harmonies of #54596C
Complementary color
Monochromatic Colors of #54596C
Black with #54596C
Text Example
Text Example
White with #54596C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54596C; }
p { color: rgb(84,89,108); }
H1.HeaderClassName
{
color: #54596C;
}
.AnyTagClassName
{
color: #54596C;
}
</style>
background-color css
<style>
a { background-color: #54596C; }
a { background-color: rgb(84,89,108); }
div.DivClassName
{
background-color: #54596C;
}
.BgClassName
{
background-color: #54596C;
}
</style>
border-color css
<style>
span { border-color: #54596C; }
span { border-color: rgb(84,89,108); }
td.TdClassName
{
border-color: #54596C;
}
.TagClassName
{
border-color: #54596C;
}
</style>