Shades of Free Speech Blue #545EC0
Tints of Free Speech Blue #545EC0
RGB
CMYK
RGB Variations
Color information
#545EC0 (or 0x545EC0) is known color: Free Speech Blue. HEX triplet: 54, 5E and C0. RGB value is (84,94,192). Sum of RGB (Red+Green+Blue) = 84+94+192=370 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.70% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 192 (75.39% from 255 or 51.89% from 370); Max value from RGB is 192 - color contains mainly: blue. Hex color #545EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545EC0 is #ABA13F. Grayscale: #656565. Windows color (decimal): -11247936 or 12607060. OLE color: 12607060.
HSL color Cylindrical-coordinate representation of color #545EC0: hue angle of 234.44º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #545EC0 is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 94 | 192 | - |
| CMYK | 0.56 | 0.51 | 0 | 0.25 |
| HSL | 234.44º | 0.46% | 0.54% | - |
| HSV(B) | 234.44º | 0.56% | 0.75% | - |
| XYZ | 17.17 | 13.7 | 51.61 | - |
| YUV | 102.18 | 178.69 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 94 | 192 | 0.56 | 0.51 | 0 | 0.25 | 234.44 | 0.46 | 0.54 |
| Hex | 54 | 5E | C0 | 38 | 33 | 0 | 19 | EA | 2E | 36 |
| Octal | 124 | 136 | 300 | 70 | 63 | 0 | 31 | 352 | 56 | 66 |
| Binary | 1010100 | 1011110 | 11000000 | 111000 | 110011 | 0 | 11001 | 11101010 | 101110 | 110110 |
Color Harmonies of #545EC0
Complementary color
Monochromatic Colors of #545EC0
Black with #545EC0
Text Example
Text Example
White with #545EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545EC0; }
p { color: rgb(84,94,192); }
H1.HeaderClassName
{
color: #545EC0;
}
.AnyTagClassName
{
color: #545EC0;
}
</style>
background-color css
<style>
a { background-color: #545EC0; }
a { background-color: rgb(84,94,192); }
div.DivClassName
{
background-color: #545EC0;
}
.BgClassName
{
background-color: #545EC0;
}
</style>
border-color css
<style>
span { border-color: #545EC0; }
span { border-color: rgb(84,94,192); }
td.TdClassName
{
border-color: #545EC0;
}
.TagClassName
{
border-color: #545EC0;
}
</style>