Shades of Free Speech Blue #545FC0
Tints of Free Speech Blue #545FC0
RGB
CMYK
RGB Variations
Color information
#545FC0 (or 0x545FC0) is known color: Free Speech Blue. HEX triplet: 54, 5F and C0. RGB value is (84,95,192). Sum of RGB (Red+Green+Blue) = 84+95+192=371 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.64% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 192 (75.39% from 255 or 51.75% from 371); Max value from RGB is 192 - color contains mainly: blue. Hex color #545FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545FC0 is #ABA03F. Grayscale: #666666. Windows color (decimal): -11247680 or 12607316. OLE color: 12607316.
HSL color Cylindrical-coordinate representation of color #545FC0: hue angle of 233.89º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #545FC0 is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 95 | 192 | - |
| CMYK | 0.56 | 0.51 | 0 | 0.25 |
| HSL | 233.89º | 0.46% | 0.54% | - |
| HSV(B) | 233.89º | 0.56% | 0.75% | - |
| XYZ | 17.26 | 13.88 | 51.64 | - |
| YUV | 102.77 | 178.36 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 95 | 192 | 0.56 | 0.51 | 0 | 0.25 | 233.89 | 0.46 | 0.54 |
| Hex | 54 | 5F | C0 | 38 | 33 | 0 | 19 | EA | 2E | 36 |
| Octal | 124 | 137 | 300 | 70 | 63 | 0 | 31 | 352 | 56 | 66 |
| Binary | 1010100 | 1011111 | 11000000 | 111000 | 110011 | 0 | 11001 | 11101010 | 101110 | 110110 |
Color Harmonies of #545FC0
Complementary color
Monochromatic Colors of #545FC0
Black with #545FC0
Text Example
Text Example
White with #545FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545FC0; }
p { color: rgb(84,95,192); }
H1.HeaderClassName
{
color: #545FC0;
}
.AnyTagClassName
{
color: #545FC0;
}
</style>
background-color css
<style>
a { background-color: #545FC0; }
a { background-color: rgb(84,95,192); }
div.DivClassName
{
background-color: #545FC0;
}
.BgClassName
{
background-color: #545FC0;
}
</style>
border-color css
<style>
span { border-color: #545FC0; }
span { border-color: rgb(84,95,192); }
td.TdClassName
{
border-color: #545FC0;
}
.TagClassName
{
border-color: #545FC0;
}
</style>