Shades of Free Speech Blue #545EC1
Tints of Free Speech Blue #545EC1
RGB
CMYK
RGB Variations
Color information
#545EC1 (or 0x545EC1) is known color: Free Speech Blue. HEX triplet: 54, 5E and C1. RGB value is (84,94,193). Sum of RGB (Red+Green+Blue) = 84+94+193=371 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.64% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 193 (75.78% from 255 or 52.02% from 371); Max value from RGB is 193 - color contains mainly: blue. Hex color #545EC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545EC1 is #ABA13E. Grayscale: #656565. Windows color (decimal): -11247935 or 12672596. OLE color: 12672596.
HSL color Cylindrical-coordinate representation of color #545EC1: hue angle of 234.5º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #545EC1 is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 94 | 193 | - |
| CMYK | 0.56 | 0.51 | 0 | 0.24 |
| HSL | 234.5º | 0.47% | 0.54% | - |
| HSV(B) | 234.5º | 0.56% | 0.76% | - |
| XYZ | 17.28 | 13.74 | 52.19 | - |
| YUV | 102.3 | 179.19 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 94 | 193 | 0.56 | 0.51 | 0 | 0.24 | 234.5 | 0.47 | 0.54 |
| Hex | 54 | 5E | C1 | 38 | 33 | 0 | 18 | EA | 2F | 36 |
| Octal | 124 | 136 | 301 | 70 | 63 | 0 | 30 | 352 | 57 | 66 |
| Binary | 1010100 | 1011110 | 11000001 | 111000 | 110011 | 0 | 11000 | 11101010 | 101111 | 110110 |
Color Harmonies of #545EC1
Complementary color
Monochromatic Colors of #545EC1
Black with #545EC1
Text Example
Text Example
White with #545EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545EC1; }
p { color: rgb(84,94,193); }
H1.HeaderClassName
{
color: #545EC1;
}
.AnyTagClassName
{
color: #545EC1;
}
</style>
background-color css
<style>
a { background-color: #545EC1; }
a { background-color: rgb(84,94,193); }
div.DivClassName
{
background-color: #545EC1;
}
.BgClassName
{
background-color: #545EC1;
}
</style>
border-color css
<style>
span { border-color: #545EC1; }
span { border-color: rgb(84,94,193); }
td.TdClassName
{
border-color: #545EC1;
}
.TagClassName
{
border-color: #545EC1;
}
</style>