Shades of Free Speech Blue #545FCD
Tints of Free Speech Blue #545FCD
RGB
CMYK
RGB Variations
Color information
#545FCD (or 0x545FCD) is known color: Free Speech Blue. HEX triplet: 54, 5F and CD. RGB value is (84,95,205). Sum of RGB (Red+Green+Blue) = 84+95+205=384 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.88% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #545FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545FCD is #ABA032. Grayscale: #676767. Windows color (decimal): -11247667 or 13459284. OLE color: 13459284.
HSL color Cylindrical-coordinate representation of color #545FCD: hue angle of 234.55º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #545FCD is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 95 | 205 | - |
| CMYK | 0.59 | 0.54 | 0 | 0.20 |
| HSL | 234.55º | 0.55% | 0.57% | - |
| HSV(B) | 234.55º | 0.59% | 0.8% | - |
| XYZ | 18.77 | 14.48 | 59.56 | - |
| YUV | 104.25 | 184.86 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 95 | 205 | 0.59 | 0.54 | 0 | 0.20 | 234.55 | 0.55 | 0.57 |
| Hex | 54 | 5F | CD | 3B | 36 | 0 | 14 | EB | 37 | 39 |
| Octal | 124 | 137 | 315 | 73 | 66 | 0 | 24 | 353 | 67 | 71 |
| Binary | 1010100 | 1011111 | 11001101 | 111011 | 110110 | 0 | 10100 | 11101011 | 110111 | 111001 |
Color Harmonies of #545FCD
Complementary color
Monochromatic Colors of #545FCD
Black with #545FCD
Text Example
Text Example
White with #545FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545FCD; }
p { color: rgb(84,95,205); }
H1.HeaderClassName
{
color: #545FCD;
}
.AnyTagClassName
{
color: #545FCD;
}
</style>
background-color css
<style>
a { background-color: #545FCD; }
a { background-color: rgb(84,95,205); }
div.DivClassName
{
background-color: #545FCD;
}
.BgClassName
{
background-color: #545FCD;
}
</style>
border-color css
<style>
span { border-color: #545FCD; }
span { border-color: rgb(84,95,205); }
td.TdClassName
{
border-color: #545FCD;
}
.TagClassName
{
border-color: #545FCD;
}
</style>