Shades of Free Speech Blue #545EC7
Tints of Free Speech Blue #545EC7
RGB
CMYK
RGB Variations
Color information
#545EC7 (or 0x545EC7) is known color: Free Speech Blue. HEX triplet: 54, 5E and C7. RGB value is (84,94,199). Sum of RGB (Red+Green+Blue) = 84+94+199=377 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.28% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 199 (78.12% from 255 or 52.79% from 377); Max value from RGB is 199 - color contains mainly: blue. Hex color #545EC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545EC7 is #ABA138. Grayscale: #666666. Windows color (decimal): -11247929 or 13065812. OLE color: 13065812.
HSL color Cylindrical-coordinate representation of color #545EC7: hue angle of 234.78º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #545EC7 is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 84 | 94 | 199 | - |
| CMYK | 0.58 | 0.53 | 0 | 0.22 |
| HSL | 234.78º | 0.51% | 0.55% | - |
| HSV(B) | 234.78º | 0.58% | 0.78% | - |
| XYZ | 17.97 | 14.01 | 55.79 | - |
| YUV | 102.98 | 182.19 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 94 | 199 | 0.58 | 0.53 | 0 | 0.22 | 234.78 | 0.51 | 0.55 |
| Hex | 54 | 5E | C7 | 3A | 35 | 0 | 16 | EB | 33 | 37 |
| Octal | 124 | 136 | 307 | 72 | 65 | 0 | 26 | 353 | 63 | 67 |
| Binary | 1010100 | 1011110 | 11000111 | 111010 | 110101 | 0 | 10110 | 11101011 | 110011 | 110111 |
Color Harmonies of #545EC7
Complementary color
Monochromatic Colors of #545EC7
Black with #545EC7
Text Example
Text Example
White with #545EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545EC7; }
p { color: rgb(84,94,199); }
H1.HeaderClassName
{
color: #545EC7;
}
.AnyTagClassName
{
color: #545EC7;
}
</style>
background-color css
<style>
a { background-color: #545EC7; }
a { background-color: rgb(84,94,199); }
div.DivClassName
{
background-color: #545EC7;
}
.BgClassName
{
background-color: #545EC7;
}
</style>
border-color css
<style>
span { border-color: #545EC7; }
span { border-color: rgb(84,94,199); }
td.TdClassName
{
border-color: #545EC7;
}
.TagClassName
{
border-color: #545EC7;
}
</style>