Shades of Free Speech Blue #545DC0
Tints of Free Speech Blue #545DC0
RGB
CMYK
RGB Variations
Color information
#545DC0 (or 0x545DC0) is known color: Free Speech Blue. HEX triplet: 54, 5D and C0. RGB value is (84,93,192). Sum of RGB (Red+Green+Blue) = 84+93+192=369 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.76% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 192 (75.39% from 255 or 52.03% from 369); Max value from RGB is 192 - color contains mainly: blue. Hex color #545DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545DC0 is #ABA23F. Grayscale: #656565. Windows color (decimal): -11248192 or 12606804. OLE color: 12606804.
HSL color Cylindrical-coordinate representation of color #545DC0: hue angle of 235º 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 #545DC0 is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 93 | 192 | - |
| CMYK | 0.56 | 0.52 | 0 | 0.25 |
| HSL | 235º | 0.46% | 0.54% | - |
| HSV(B) | 235º | 0.56% | 0.75% | - |
| XYZ | 17.08 | 13.52 | 51.58 | - |
| YUV | 101.6 | 179.02 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 93 | 192 | 0.56 | 0.52 | 0 | 0.25 | 235 | 0.46 | 0.54 |
| Hex | 54 | 5D | C0 | 38 | 34 | 0 | 19 | EB | 2E | 36 |
| Octal | 124 | 135 | 300 | 70 | 64 | 0 | 31 | 353 | 56 | 66 |
| Binary | 1010100 | 1011101 | 11000000 | 111000 | 110100 | 0 | 11001 | 11101011 | 101110 | 110110 |
Color Harmonies of #545DC0
Complementary color
Monochromatic Colors of #545DC0
Black with #545DC0
Text Example
Text Example
White with #545DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545DC0; }
p { color: rgb(84,93,192); }
H1.HeaderClassName
{
color: #545DC0;
}
.AnyTagClassName
{
color: #545DC0;
}
</style>
background-color css
<style>
a { background-color: #545DC0; }
a { background-color: rgb(84,93,192); }
div.DivClassName
{
background-color: #545DC0;
}
.BgClassName
{
background-color: #545DC0;
}
</style>
border-color css
<style>
span { border-color: #545DC0; }
span { border-color: rgb(84,93,192); }
td.TdClassName
{
border-color: #545DC0;
}
.TagClassName
{
border-color: #545DC0;
}
</style>