Shades of Free Speech Blue #545ED3
Tints of Free Speech Blue #545ED3
RGB
CMYK
RGB Variations
Color information
#545ED3 (or 0x545ED3) is known color: Free Speech Blue. HEX triplet: 54, 5E and D3. RGB value is (84,94,211). Sum of RGB (Red+Green+Blue) = 84+94+211=389 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.59% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 211 (82.81% from 255 or 54.24% from 389); Max value from RGB is 211 - color contains mainly: blue. Hex color #545ED3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545ED3 is #ABA12C. Grayscale: #676767. Windows color (decimal): -11247917 or 13852244. OLE color: 13852244.
HSL color Cylindrical-coordinate representation of color #545ED3: hue angle of 235.28º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #545ED3 is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 84 | 94 | 211 | - |
| CMYK | 0.60 | 0.55 | 0 | 0.17 |
| HSL | 235.28º | 0.59% | 0.58% | - |
| HSV(B) | 235.28º | 0.6% | 0.83% | - |
| XYZ | 19.42 | 14.59 | 63.42 | - |
| YUV | 104.35 | 188.19 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 94 | 211 | 0.60 | 0.55 | 0 | 0.17 | 235.28 | 0.59 | 0.58 |
| Hex | 54 | 5E | D3 | 3C | 37 | 0 | 11 | EB | 3B | 3A |
| Octal | 124 | 136 | 323 | 74 | 67 | 0 | 21 | 353 | 73 | 72 |
| Binary | 1010100 | 1011110 | 11010011 | 111100 | 110111 | 0 | 10001 | 11101011 | 111011 | 111010 |
Color Harmonies of #545ED3
Complementary color
Monochromatic Colors of #545ED3
Black with #545ED3
Text Example
Text Example
White with #545ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545ED3; }
p { color: rgb(84,94,211); }
H1.HeaderClassName
{
color: #545ED3;
}
.AnyTagClassName
{
color: #545ED3;
}
</style>
background-color css
<style>
a { background-color: #545ED3; }
a { background-color: rgb(84,94,211); }
div.DivClassName
{
background-color: #545ED3;
}
.BgClassName
{
background-color: #545ED3;
}
</style>
border-color css
<style>
span { border-color: #545ED3; }
span { border-color: rgb(84,94,211); }
td.TdClassName
{
border-color: #545ED3;
}
.TagClassName
{
border-color: #545ED3;
}
</style>