Shades of Free Speech Blue #545EC4
Tints of Free Speech Blue #545EC4
RGB
CMYK
RGB Variations
Color information
#545EC4 (or 0x545EC4) is known color: Free Speech Blue. HEX triplet: 54, 5E and C4. RGB value is (84,94,196). Sum of RGB (Red+Green+Blue) = 84+94+196=374 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.46% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 196 (76.95% from 255 or 52.41% from 374); Max value from RGB is 196 - color contains mainly: blue. Hex color #545EC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545EC4 is #ABA13B. Grayscale: #666666. Windows color (decimal): -11247932 or 12869204. OLE color: 12869204.
HSL color Cylindrical-coordinate representation of color #545EC4: hue angle of 234.64º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #545EC4 is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 84 | 94 | 196 | - |
| CMYK | 0.57 | 0.52 | 0 | 0.23 |
| HSL | 234.64º | 0.49% | 0.55% | - |
| HSV(B) | 234.64º | 0.57% | 0.77% | - |
| XYZ | 17.62 | 13.88 | 53.97 | - |
| YUV | 102.64 | 180.69 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 94 | 196 | 0.57 | 0.52 | 0 | 0.23 | 234.64 | 0.49 | 0.55 |
| Hex | 54 | 5E | C4 | 39 | 34 | 0 | 17 | EB | 31 | 37 |
| Octal | 124 | 136 | 304 | 71 | 64 | 0 | 27 | 353 | 61 | 67 |
| Binary | 1010100 | 1011110 | 11000100 | 111001 | 110100 | 0 | 10111 | 11101011 | 110001 | 110111 |
Color Harmonies of #545EC4
Complementary color
Monochromatic Colors of #545EC4
Black with #545EC4
Text Example
Text Example
White with #545EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545EC4; }
p { color: rgb(84,94,196); }
H1.HeaderClassName
{
color: #545EC4;
}
.AnyTagClassName
{
color: #545EC4;
}
</style>
background-color css
<style>
a { background-color: #545EC4; }
a { background-color: rgb(84,94,196); }
div.DivClassName
{
background-color: #545EC4;
}
.BgClassName
{
background-color: #545EC4;
}
</style>
border-color css
<style>
span { border-color: #545EC4; }
span { border-color: rgb(84,94,196); }
td.TdClassName
{
border-color: #545EC4;
}
.TagClassName
{
border-color: #545EC4;
}
</style>