Shades of Free Speech Blue #545CCF
Tints of Free Speech Blue #545CCF
RGB
CMYK
RGB Variations
Color information
#545CCF (or 0x545CCF) is known color: Free Speech Blue. HEX triplet: 54, 5C and CF. RGB value is (84,92,207). Sum of RGB (Red+Green+Blue) = 84+92+207=383 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.93% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #545CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545CCF is #ABA330. Grayscale: #666666. Windows color (decimal): -11248433 or 13589588. OLE color: 13589588.
HSL color Cylindrical-coordinate representation of color #545CCF: hue angle of 236.1º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #545CCF is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 92 | 207 | - |
| CMYK | 0.59 | 0.56 | 0 | 0.19 |
| HSL | 236.1º | 0.56% | 0.57% | - |
| HSV(B) | 236.1º | 0.59% | 0.81% | - |
| XYZ | 18.75 | 14.04 | 60.75 | - |
| YUV | 102.72 | 186.85 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 92 | 207 | 0.59 | 0.56 | 0 | 0.19 | 236.1 | 0.56 | 0.57 |
| Hex | 54 | 5C | CF | 3B | 38 | 0 | 13 | EC | 38 | 39 |
| Octal | 124 | 134 | 317 | 73 | 70 | 0 | 23 | 354 | 70 | 71 |
| Binary | 1010100 | 1011100 | 11001111 | 111011 | 111000 | 0 | 10011 | 11101100 | 111000 | 111001 |
Color Harmonies of #545CCF
Complementary color
Monochromatic Colors of #545CCF
Black with #545CCF
Text Example
Text Example
White with #545CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545CCF; }
p { color: rgb(84,92,207); }
H1.HeaderClassName
{
color: #545CCF;
}
.AnyTagClassName
{
color: #545CCF;
}
</style>
background-color css
<style>
a { background-color: #545CCF; }
a { background-color: rgb(84,92,207); }
div.DivClassName
{
background-color: #545CCF;
}
.BgClassName
{
background-color: #545CCF;
}
</style>
border-color css
<style>
span { border-color: #545CCF; }
span { border-color: rgb(84,92,207); }
td.TdClassName
{
border-color: #545CCF;
}
.TagClassName
{
border-color: #545CCF;
}
</style>