Shades of East Bay #54596B
Tints of East Bay #54596B
RGB
CMYK
RGB Variations
Color information
#54596B (or 0x54596B) is known color: East Bay. HEX triplet: 54, 59 and 6B. RGB value is (84,89,107). Sum of RGB (Red+Green+Blue) = 84+89+107=280 (37% of max value = 765). Red value is 84 (33.20% from 255 or 30% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 107 - color contains mainly: blue. Hex color #54596B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54596B is #ABA694. Grayscale: #595959. Windows color (decimal): -11249301 or 7035220. OLE color: 7035220.
HSL color Cylindrical-coordinate representation of color #54596B: hue angle of 226.96º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #54596B is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 89 | 107 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.58 |
| HSL | 226.96º | 0.12% | 0.37% | - |
| HSV(B) | 226.96º | 0.21% | 0.42% | - |
| XYZ | 9.88 | 10.09 | 15.34 | - |
| YUV | 89.56 | 137.84 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 89 | 107 | 0.21 | 0.17 | 0 | 0.58 | 226.96 | 0.12 | 0.37 |
| Hex | 54 | 59 | 6B | 15 | 11 | 0 | 3A | E3 | C | 25 |
| Octal | 124 | 131 | 153 | 25 | 21 | 0 | 72 | 343 | 14 | 45 |
| Binary | 1010100 | 1011001 | 1101011 | 10101 | 10001 | 0 | 111010 | 11100011 | 1100 | 100101 |
Color Harmonies of #54596B
Complementary color
Monochromatic Colors of #54596B
Black with #54596B
Text Example
Text Example
White with #54596B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54596B; }
p { color: rgb(84,89,107); }
H1.HeaderClassName
{
color: #54596B;
}
.AnyTagClassName
{
color: #54596B;
}
</style>
background-color css
<style>
a { background-color: #54596B; }
a { background-color: rgb(84,89,107); }
div.DivClassName
{
background-color: #54596B;
}
.BgClassName
{
background-color: #54596B;
}
</style>
border-color css
<style>
span { border-color: #54596B; }
span { border-color: rgb(84,89,107); }
td.TdClassName
{
border-color: #54596B;
}
.TagClassName
{
border-color: #54596B;
}
</style>