Shades of East Bay #54566B
Tints of East Bay #54566B
RGB
CMYK
RGB Variations
Color information
#54566B (or 0x54566B) is known color: East Bay. HEX triplet: 54, 56 and 6B. RGB value is (84,86,107). Sum of RGB (Red+Green+Blue) = 84+86+107=277 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.32% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 107 - color contains mainly: blue. Hex color #54566B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54566B is #ABA994. Grayscale: #575757. Windows color (decimal): -11250069 or 7034452. OLE color: 7034452.
HSL color Cylindrical-coordinate representation of color #54566B: hue angle of 234.78º 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 #54566B is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 86 | 107 | - |
| CMYK | 0.21 | 0.20 | 0 | 0.58 |
| HSL | 234.78º | 0.12% | 0.37% | - |
| HSV(B) | 234.78º | 0.21% | 0.42% | - |
| XYZ | 9.64 | 9.6 | 15.26 | - |
| YUV | 87.8 | 138.84 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 86 | 107 | 0.21 | 0.20 | 0 | 0.58 | 234.78 | 0.12 | 0.37 |
| Hex | 54 | 56 | 6B | 15 | 14 | 0 | 3A | EB | C | 25 |
| Octal | 124 | 126 | 153 | 25 | 24 | 0 | 72 | 353 | 14 | 45 |
| Binary | 1010100 | 1010110 | 1101011 | 10101 | 10100 | 0 | 111010 | 11101011 | 1100 | 100101 |
Color Harmonies of #54566B
Complementary color
Monochromatic Colors of #54566B
Black with #54566B
Text Example
Text Example
White with #54566B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54566B; }
p { color: rgb(84,86,107); }
H1.HeaderClassName
{
color: #54566B;
}
.AnyTagClassName
{
color: #54566B;
}
</style>
background-color css
<style>
a { background-color: #54566B; }
a { background-color: rgb(84,86,107); }
div.DivClassName
{
background-color: #54566B;
}
.BgClassName
{
background-color: #54566B;
}
</style>
border-color css
<style>
span { border-color: #54566B; }
span { border-color: rgb(84,86,107); }
td.TdClassName
{
border-color: #54566B;
}
.TagClassName
{
border-color: #54566B;
}
</style>