Shades of East Bay #545A6D
Tints of East Bay #545A6D
RGB
CMYK
RGB Variations
Color information
#545A6D (or 0x545A6D) is known color: East Bay. HEX triplet: 54, 5A and 6D. RGB value is (84,90,109). Sum of RGB (Red+Green+Blue) = 84+90+109=283 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.68% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 109 - color contains mainly: blue. Hex color #545A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545A6D is #ABA592. Grayscale: #5A5A5A. Windows color (decimal): -11249043 or 7166548. OLE color: 7166548.
HSL color Cylindrical-coordinate representation of color #545A6D: hue angle of 225.6º 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 #545A6D is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 84 | 90 | 109 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.57 |
| HSL | 225.6º | 0.13% | 0.38% | - |
| HSV(B) | 225.6º | 0.23% | 0.43% | - |
| XYZ | 10.07 | 10.3 | 15.93 | - |
| YUV | 90.37 | 138.51 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 109 | 0.23 | 0.17 | 0 | 0.57 | 225.6 | 0.13 | 0.38 |
| Hex | 54 | 5A | 6D | 17 | 11 | 0 | 39 | E2 | D | 26 |
| Octal | 124 | 132 | 155 | 27 | 21 | 0 | 71 | 342 | 15 | 46 |
| Binary | 1010100 | 1011010 | 1101101 | 10111 | 10001 | 0 | 111001 | 11100010 | 1101 | 100110 |
Color Harmonies of #545A6D
Complementary color
Monochromatic Colors of #545A6D
Black with #545A6D
Text Example
Text Example
White with #545A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545A6D; }
p { color: rgb(84,90,109); }
H1.HeaderClassName
{
color: #545A6D;
}
.AnyTagClassName
{
color: #545A6D;
}
</style>
background-color css
<style>
a { background-color: #545A6D; }
a { background-color: rgb(84,90,109); }
div.DivClassName
{
background-color: #545A6D;
}
.BgClassName
{
background-color: #545A6D;
}
</style>
border-color css
<style>
span { border-color: #545A6D; }
span { border-color: rgb(84,90,109); }
td.TdClassName
{
border-color: #545A6D;
}
.TagClassName
{
border-color: #545A6D;
}
</style>