Shades of Free Speech Blue #545AD4
Tints of Free Speech Blue #545AD4
RGB
CMYK
RGB Variations
Color information
#545AD4 (or 0x545AD4) is known color: Free Speech Blue. HEX triplet: 54, 5A and D4. RGB value is (84,90,212). Sum of RGB (Red+Green+Blue) = 84+90+212=386 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.76% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 212 (83.20% from 255 or 54.92% from 386); Max value from RGB is 212 - color contains mainly: blue. Hex color #545AD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545AD4 is #ABA52B. Grayscale: #656565. Windows color (decimal): -11248940 or 13916756. OLE color: 13916756.
HSL color Cylindrical-coordinate representation of color #545AD4: hue angle of 237.19º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #545AD4 is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 84 | 90 | 212 | - |
| CMYK | 0.60 | 0.58 | 0 | 0.17 |
| HSL | 237.19º | 0.6% | 0.58% | - |
| HSV(B) | 237.19º | 0.6% | 0.83% | - |
| XYZ | 19.2 | 13.95 | 63.97 | - |
| YUV | 102.11 | 190.01 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 212 | 0.60 | 0.58 | 0 | 0.17 | 237.19 | 0.6 | 0.58 |
| Hex | 54 | 5A | D4 | 3C | 3A | 0 | 11 | ED | 3C | 3A |
| Octal | 124 | 132 | 324 | 74 | 72 | 0 | 21 | 355 | 74 | 72 |
| Binary | 1010100 | 1011010 | 11010100 | 111100 | 111010 | 0 | 10001 | 11101101 | 111100 | 111010 |
Color Harmonies of #545AD4
Complementary color
Monochromatic Colors of #545AD4
Black with #545AD4
Text Example
Text Example
White with #545AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545AD4; }
p { color: rgb(84,90,212); }
H1.HeaderClassName
{
color: #545AD4;
}
.AnyTagClassName
{
color: #545AD4;
}
</style>
background-color css
<style>
a { background-color: #545AD4; }
a { background-color: rgb(84,90,212); }
div.DivClassName
{
background-color: #545AD4;
}
.BgClassName
{
background-color: #545AD4;
}
</style>
border-color css
<style>
span { border-color: #545AD4; }
span { border-color: rgb(84,90,212); }
td.TdClassName
{
border-color: #545AD4;
}
.TagClassName
{
border-color: #545AD4;
}
</style>