Shades of Free Speech Blue #545CC0
Tints of Free Speech Blue #545CC0
RGB
CMYK
RGB Variations
Color information
#545CC0 (or 0x545CC0) is known color: Free Speech Blue. HEX triplet: 54, 5C and C0. RGB value is (84,92,192). Sum of RGB (Red+Green+Blue) = 84+92+192=368 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.83% from 368); Green value is 92 (36.33% from 255 or 25% from 368); Blue value is 192 (75.39% from 255 or 52.17% from 368); Max value from RGB is 192 - color contains mainly: blue. Hex color #545CC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545CC0 is #ABA33F. Grayscale: #646464. Windows color (decimal): -11248448 or 12606548. OLE color: 12606548.
HSL color Cylindrical-coordinate representation of color #545CC0: hue angle of 235.56º 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 #545CC0 is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 92 | 192 | - |
| CMYK | 0.56 | 0.52 | 0 | 0.25 |
| HSL | 235.56º | 0.46% | 0.54% | - |
| HSV(B) | 235.56º | 0.56% | 0.75% | - |
| XYZ | 17 | 13.34 | 51.55 | - |
| YUV | 101.01 | 179.35 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 92 | 192 | 0.56 | 0.52 | 0 | 0.25 | 235.56 | 0.46 | 0.54 |
| Hex | 54 | 5C | C0 | 38 | 34 | 0 | 19 | EC | 2E | 36 |
| Octal | 124 | 134 | 300 | 70 | 64 | 0 | 31 | 354 | 56 | 66 |
| Binary | 1010100 | 1011100 | 11000000 | 111000 | 110100 | 0 | 11001 | 11101100 | 101110 | 110110 |
Color Harmonies of #545CC0
Complementary color
Monochromatic Colors of #545CC0
Black with #545CC0
Text Example
Text Example
White with #545CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545CC0; }
p { color: rgb(84,92,192); }
H1.HeaderClassName
{
color: #545CC0;
}
.AnyTagClassName
{
color: #545CC0;
}
</style>
background-color css
<style>
a { background-color: #545CC0; }
a { background-color: rgb(84,92,192); }
div.DivClassName
{
background-color: #545CC0;
}
.BgClassName
{
background-color: #545CC0;
}
</style>
border-color css
<style>
span { border-color: #545CC0; }
span { border-color: rgb(84,92,192); }
td.TdClassName
{
border-color: #545CC0;
}
.TagClassName
{
border-color: #545CC0;
}
</style>