Shades of East Bay #54566C
Tints of East Bay #54566C
RGB
CMYK
RGB Variations
Color information
#54566C (or 0x54566C) is known color: East Bay. HEX triplet: 54, 56 and 6C. RGB value is (84,86,108). Sum of RGB (Red+Green+Blue) = 84+86+108=278 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.22% from 278); Green value is 86 (33.98% from 255 or 30.94% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 108 - color contains mainly: blue. Hex color #54566C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54566C is #ABA993. Grayscale: #575757. Windows color (decimal): -11250068 or 7099988. OLE color: 7099988.
HSL color Cylindrical-coordinate representation of color #54566C: hue angle of 235º 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 #54566C is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 86 | 108 | - |
| CMYK | 0.22 | 0.20 | 0 | 0.58 |
| HSL | 235º | 0.13% | 0.38% | - |
| HSV(B) | 235º | 0.22% | 0.42% | - |
| XYZ | 9.69 | 9.62 | 15.53 | - |
| YUV | 87.91 | 139.34 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 86 | 108 | 0.22 | 0.20 | 0 | 0.58 | 235 | 0.13 | 0.38 |
| Hex | 54 | 56 | 6C | 16 | 14 | 0 | 3A | EB | C | 26 |
| Octal | 124 | 126 | 154 | 26 | 24 | 0 | 72 | 353 | 14 | 46 |
| Binary | 1010100 | 1010110 | 1101100 | 10110 | 10100 | 0 | 111010 | 11101011 | 1100 | 100110 |
Color Harmonies of #54566C
Complementary color
Monochromatic Colors of #54566C
Black with #54566C
Text Example
Text Example
White with #54566C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54566C; }
p { color: rgb(84,86,108); }
H1.HeaderClassName
{
color: #54566C;
}
.AnyTagClassName
{
color: #54566C;
}
</style>
background-color css
<style>
a { background-color: #54566C; }
a { background-color: rgb(84,86,108); }
div.DivClassName
{
background-color: #54566C;
}
.BgClassName
{
background-color: #54566C;
}
</style>
border-color css
<style>
span { border-color: #54566C; }
span { border-color: rgb(84,86,108); }
td.TdClassName
{
border-color: #54566C;
}
.TagClassName
{
border-color: #54566C;
}
</style>