Shades of East Bay #54566A
Tints of East Bay #54566A
RGB
CMYK
RGB Variations
Color information
#54566A (or 0x54566A) is known color: East Bay. HEX triplet: 54, 56 and 6A. RGB value is (84,86,106). Sum of RGB (Red+Green+Blue) = 84+86+106=276 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.43% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 106 - color contains mainly: blue. Hex color #54566A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54566A is #ABA995. Grayscale: #575757. Windows color (decimal): -11250070 or 6968916. OLE color: 6968916.
HSL color Cylindrical-coordinate representation of color #54566A: hue angle of 234.55º 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 #54566A is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 86 | 106 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.58 |
| HSL | 234.55º | 0.12% | 0.37% | - |
| HSV(B) | 234.55º | 0.21% | 0.42% | - |
| XYZ | 9.59 | 9.58 | 14.98 | - |
| YUV | 87.68 | 138.34 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 86 | 106 | 0.21 | 0.19 | 0 | 0.58 | 234.55 | 0.12 | 0.37 |
| Hex | 54 | 56 | 6A | 15 | 13 | 0 | 3A | EB | C | 25 |
| Octal | 124 | 126 | 152 | 25 | 23 | 0 | 72 | 353 | 14 | 45 |
| Binary | 1010100 | 1010110 | 1101010 | 10101 | 10011 | 0 | 111010 | 11101011 | 1100 | 100101 |
Color Harmonies of #54566A
Complementary color
Monochromatic Colors of #54566A
Black with #54566A
Text Example
Text Example
White with #54566A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54566A; }
p { color: rgb(84,86,106); }
H1.HeaderClassName
{
color: #54566A;
}
.AnyTagClassName
{
color: #54566A;
}
</style>
background-color css
<style>
a { background-color: #54566A; }
a { background-color: rgb(84,86,106); }
div.DivClassName
{
background-color: #54566A;
}
.BgClassName
{
background-color: #54566A;
}
</style>
border-color css
<style>
span { border-color: #54566A; }
span { border-color: rgb(84,86,106); }
td.TdClassName
{
border-color: #54566A;
}
.TagClassName
{
border-color: #54566A;
}
</style>