Shades of Free Speech Blue #545ECC
Tints of Free Speech Blue #545ECC
RGB
CMYK
RGB Variations
Color information
#545ECC (or 0x545ECC) is known color: Free Speech Blue. HEX triplet: 54, 5E and CC. RGB value is (84,94,204). Sum of RGB (Red+Green+Blue) = 84+94+204=382 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.99% from 382); Green value is 94 (37.11% from 255 or 24.61% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #545ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545ECC is #ABA133. Grayscale: #676767. Windows color (decimal): -11247924 or 13393492. OLE color: 13393492.
HSL color Cylindrical-coordinate representation of color #545ECC: hue angle of 235º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #545ECC is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 84 | 94 | 204 | - |
| CMYK | 0.59 | 0.54 | 0 | 0.2 |
| HSL | 235º | 0.54% | 0.56% | - |
| HSV(B) | 235º | 0.59% | 0.8% | - |
| XYZ | 18.56 | 14.25 | 58.9 | - |
| YUV | 103.55 | 184.69 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 94 | 204 | 0.59 | 0.54 | 0 | 0.2 | 235 | 0.54 | 0.56 |
| Hex | 54 | 5E | CC | 3B | 36 | 0 | 14 | EB | 36 | 38 |
| Octal | 124 | 136 | 314 | 73 | 66 | 0 | 24 | 353 | 66 | 70 |
| Binary | 1010100 | 1011110 | 11001100 | 111011 | 110110 | 0 | 10100 | 11101011 | 110110 | 111000 |
Color Harmonies of #545ECC
Complementary color
Monochromatic Colors of #545ECC
Black with #545ECC
Text Example
Text Example
White with #545ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545ECC; }
p { color: rgb(84,94,204); }
H1.HeaderClassName
{
color: #545ECC;
}
.AnyTagClassName
{
color: #545ECC;
}
</style>
background-color css
<style>
a { background-color: #545ECC; }
a { background-color: rgb(84,94,204); }
div.DivClassName
{
background-color: #545ECC;
}
.BgClassName
{
background-color: #545ECC;
}
</style>
border-color css
<style>
span { border-color: #545ECC; }
span { border-color: rgb(84,94,204); }
td.TdClassName
{
border-color: #545ECC;
}
.TagClassName
{
border-color: #545ECC;
}
</style>