Shades of Free Speech Blue #545ECF
Tints of Free Speech Blue #545ECF
RGB
CMYK
RGB Variations
Color information
#545ECF (or 0x545ECF) is known color: Free Speech Blue. HEX triplet: 54, 5E and CF. RGB value is (84,94,207). Sum of RGB (Red+Green+Blue) = 84+94+207=385 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.82% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #545ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545ECF is #ABA130. Grayscale: #676767. Windows color (decimal): -11247921 or 13590100. OLE color: 13590100.
HSL color Cylindrical-coordinate representation of color #545ECF: hue angle of 235.12º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #545ECF is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 94 | 207 | - |
| CMYK | 0.59 | 0.55 | 0 | 0.19 |
| HSL | 235.12º | 0.56% | 0.57% | - |
| HSV(B) | 235.12º | 0.59% | 0.81% | - |
| XYZ | 18.92 | 14.4 | 60.81 | - |
| YUV | 103.89 | 186.19 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 94 | 207 | 0.59 | 0.55 | 0 | 0.19 | 235.12 | 0.56 | 0.57 |
| Hex | 54 | 5E | CF | 3B | 37 | 0 | 13 | EB | 38 | 39 |
| Octal | 124 | 136 | 317 | 73 | 67 | 0 | 23 | 353 | 70 | 71 |
| Binary | 1010100 | 1011110 | 11001111 | 111011 | 110111 | 0 | 10011 | 11101011 | 111000 | 111001 |
Color Harmonies of #545ECF
Complementary color
Monochromatic Colors of #545ECF
Black with #545ECF
Text Example
Text Example
White with #545ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545ECF; }
p { color: rgb(84,94,207); }
H1.HeaderClassName
{
color: #545ECF;
}
.AnyTagClassName
{
color: #545ECF;
}
</style>
background-color css
<style>
a { background-color: #545ECF; }
a { background-color: rgb(84,94,207); }
div.DivClassName
{
background-color: #545ECF;
}
.BgClassName
{
background-color: #545ECF;
}
</style>
border-color css
<style>
span { border-color: #545ECF; }
span { border-color: rgb(84,94,207); }
td.TdClassName
{
border-color: #545ECF;
}
.TagClassName
{
border-color: #545ECF;
}
</style>