Shades of East Bay #545B6D
Tints of East Bay #545B6D
RGB
CMYK
RGB Variations
Color information
#545B6D (or 0x545B6D) is known color: East Bay. HEX triplet: 54, 5B and 6D. RGB value is (84,91,109). Sum of RGB (Red+Green+Blue) = 84+91+109=284 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.58% from 284); Green value is 91 (35.94% from 255 or 32.04% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 109 - color contains mainly: blue. Hex color #545B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545B6D is #ABA492. Grayscale: #5A5A5A. Windows color (decimal): -11248787 or 7166804. OLE color: 7166804.
HSL color Cylindrical-coordinate representation of color #545B6D: hue angle of 223.2º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #545B6D is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 84 | 91 | 109 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.57 |
| HSL | 223.2º | 0.13% | 0.38% | - |
| HSV(B) | 223.2º | 0.23% | 0.43% | - |
| XYZ | 10.16 | 10.47 | 15.95 | - |
| YUV | 90.96 | 138.18 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 91 | 109 | 0.23 | 0.17 | 0 | 0.57 | 223.2 | 0.13 | 0.38 |
| Hex | 54 | 5B | 6D | 17 | 11 | 0 | 39 | DF | D | 26 |
| Octal | 124 | 133 | 155 | 27 | 21 | 0 | 71 | 337 | 15 | 46 |
| Binary | 1010100 | 1011011 | 1101101 | 10111 | 10001 | 0 | 111001 | 11011111 | 1101 | 100110 |
Color Harmonies of #545B6D
Complementary color
Monochromatic Colors of #545B6D
Black with #545B6D
Text Example
Text Example
White with #545B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545B6D; }
p { color: rgb(84,91,109); }
H1.HeaderClassName
{
color: #545B6D;
}
.AnyTagClassName
{
color: #545B6D;
}
</style>
background-color css
<style>
a { background-color: #545B6D; }
a { background-color: rgb(84,91,109); }
div.DivClassName
{
background-color: #545B6D;
}
.BgClassName
{
background-color: #545B6D;
}
</style>
border-color css
<style>
span { border-color: #545B6D; }
span { border-color: rgb(84,91,109); }
td.TdClassName
{
border-color: #545B6D;
}
.TagClassName
{
border-color: #545B6D;
}
</style>