Shades of East Bay #545A70
Tints of East Bay #545A70
RGB
CMYK
RGB Variations
Color information
#545A70 (or 0x545A70) is known color: East Bay. HEX triplet: 54, 5A and 70. RGB value is (84,90,112). Sum of RGB (Red+Green+Blue) = 84+90+112=286 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.37% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 112 (44.14% from 255 or 39.16% from 286); Max value from RGB is 112 - color contains mainly: blue. Hex color #545A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545A70 is #ABA58F. Grayscale: #5A5A5A. Windows color (decimal): -11249040 or 7363156. OLE color: 7363156.
HSL color Cylindrical-coordinate representation of color #545A70: hue angle of 227.14º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #545A70 is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 90 | 112 | - |
| CMYK | 0.25 | 0.20 | 0 | 0.56 |
| HSL | 227.14º | 0.14% | 0.38% | - |
| HSV(B) | 227.14º | 0.25% | 0.44% | - |
| XYZ | 10.24 | 10.37 | 16.79 | - |
| YUV | 90.71 | 140.01 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 112 | 0.25 | 0.20 | 0 | 0.56 | 227.14 | 0.14 | 0.38 |
| Hex | 54 | 5A | 70 | 19 | 14 | 0 | 38 | E3 | E | 26 |
| Octal | 124 | 132 | 160 | 31 | 24 | 0 | 70 | 343 | 16 | 46 |
| Binary | 1010100 | 1011010 | 1110000 | 11001 | 10100 | 0 | 111000 | 11100011 | 1110 | 100110 |
Color Harmonies of #545A70
Complementary color
Monochromatic Colors of #545A70
Black with #545A70
Text Example
Text Example
White with #545A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545A70; }
p { color: rgb(84,90,112); }
H1.HeaderClassName
{
color: #545A70;
}
.AnyTagClassName
{
color: #545A70;
}
</style>
background-color css
<style>
a { background-color: #545A70; }
a { background-color: rgb(84,90,112); }
div.DivClassName
{
background-color: #545A70;
}
.BgClassName
{
background-color: #545A70;
}
</style>
border-color css
<style>
span { border-color: #545A70; }
span { border-color: rgb(84,90,112); }
td.TdClassName
{
border-color: #545A70;
}
.TagClassName
{
border-color: #545A70;
}
</style>