Shades of East Bay #545A72
Tints of East Bay #545A72
RGB
CMYK
RGB Variations
Color information
#545A72 (or 0x545A72) is known color: East Bay. HEX triplet: 54, 5A and 72. RGB value is (84,90,114). Sum of RGB (Red+Green+Blue) = 84+90+114=288 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.17% from 288); Green value is 90 (35.55% from 255 or 31.25% from 288); Blue value is 114 (44.92% from 255 or 39.58% from 288); Max value from RGB is 114 - color contains mainly: blue. Hex color #545A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545A72 is #ABA58D. Grayscale: #5A5A5A. Windows color (decimal): -11249038 or 7494228. OLE color: 7494228.
HSL color Cylindrical-coordinate representation of color #545A72: hue angle of 228º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #545A72 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 84 | 90 | 114 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.55 |
| HSL | 228º | 0.15% | 0.39% | - |
| HSV(B) | 228º | 0.26% | 0.45% | - |
| XYZ | 10.35 | 10.41 | 17.38 | - |
| YUV | 90.94 | 141.01 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 114 | 0.26 | 0.21 | 0 | 0.55 | 228 | 0.15 | 0.39 |
| Hex | 54 | 5A | 72 | 1A | 15 | 0 | 37 | E4 | F | 27 |
| Octal | 124 | 132 | 162 | 32 | 25 | 0 | 67 | 344 | 17 | 47 |
| Binary | 1010100 | 1011010 | 1110010 | 11010 | 10101 | 0 | 110111 | 11100100 | 1111 | 100111 |
Color Harmonies of #545A72
Complementary color
Monochromatic Colors of #545A72
Black with #545A72
Text Example
Text Example
White with #545A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545A72; }
p { color: rgb(84,90,114); }
H1.HeaderClassName
{
color: #545A72;
}
.AnyTagClassName
{
color: #545A72;
}
</style>
background-color css
<style>
a { background-color: #545A72; }
a { background-color: rgb(84,90,114); }
div.DivClassName
{
background-color: #545A72;
}
.BgClassName
{
background-color: #545A72;
}
</style>
border-color css
<style>
span { border-color: #545A72; }
span { border-color: rgb(84,90,114); }
td.TdClassName
{
border-color: #545A72;
}
.TagClassName
{
border-color: #545A72;
}
</style>