Shades of Free Speech Blue #545EC8
Tints of Free Speech Blue #545EC8
RGB
CMYK
RGB Variations
Color information
#545EC8 (or 0x545EC8) is known color: Free Speech Blue. HEX triplet: 54, 5E and C8. RGB value is (84,94,200). Sum of RGB (Red+Green+Blue) = 84+94+200=378 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.22% from 378); Green value is 94 (37.11% from 255 or 24.87% from 378); Blue value is 200 (78.52% from 255 or 52.91% from 378); Max value from RGB is 200 - color contains mainly: blue. Hex color #545EC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545EC8 is #ABA137. Grayscale: #666666. Windows color (decimal): -11247928 or 13131348. OLE color: 13131348.
HSL color Cylindrical-coordinate representation of color #545EC8: hue angle of 234.83º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #545EC8 is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 84 | 94 | 200 | - |
| CMYK | 0.58 | 0.53 | 0 | 0.22 |
| HSL | 234.83º | 0.51% | 0.56% | - |
| HSV(B) | 234.83º | 0.58% | 0.78% | - |
| XYZ | 18.08 | 14.06 | 56.4 | - |
| YUV | 103.09 | 182.69 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 94 | 200 | 0.58 | 0.53 | 0 | 0.22 | 234.83 | 0.51 | 0.56 |
| Hex | 54 | 5E | C8 | 3A | 35 | 0 | 16 | EB | 33 | 38 |
| Octal | 124 | 136 | 310 | 72 | 65 | 0 | 26 | 353 | 63 | 70 |
| Binary | 1010100 | 1011110 | 11001000 | 111010 | 110101 | 0 | 10110 | 11101011 | 110011 | 111000 |
Color Harmonies of #545EC8
Complementary color
Monochromatic Colors of #545EC8
Black with #545EC8
Text Example
Text Example
White with #545EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545EC8; }
p { color: rgb(84,94,200); }
H1.HeaderClassName
{
color: #545EC8;
}
.AnyTagClassName
{
color: #545EC8;
}
</style>
background-color css
<style>
a { background-color: #545EC8; }
a { background-color: rgb(84,94,200); }
div.DivClassName
{
background-color: #545EC8;
}
.BgClassName
{
background-color: #545EC8;
}
</style>
border-color css
<style>
span { border-color: #545EC8; }
span { border-color: rgb(84,94,200); }
td.TdClassName
{
border-color: #545EC8;
}
.TagClassName
{
border-color: #545EC8;
}
</style>