Shades of Free Speech Blue #545BCC
Tints of Free Speech Blue #545BCC
RGB
CMYK
RGB Variations
Color information
#545BCC (or 0x545BCC) is known color: Free Speech Blue. HEX triplet: 54, 5B and CC. RGB value is (84,91,204). Sum of RGB (Red+Green+Blue) = 84+91+204=379 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.16% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #545BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545BCC is #ABA433. Grayscale: #656565. Windows color (decimal): -11248692 or 13392724. OLE color: 13392724.
HSL color Cylindrical-coordinate representation of color #545BCC: hue angle of 236.5º 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 #545BCC is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 84 | 91 | 204 | - |
| CMYK | 0.59 | 0.55 | 0 | 0.2 |
| HSL | 236.5º | 0.54% | 0.56% | - |
| HSV(B) | 236.5º | 0.59% | 0.8% | - |
| XYZ | 18.3 | 13.73 | 58.81 | - |
| YUV | 101.79 | 185.68 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 91 | 204 | 0.59 | 0.55 | 0 | 0.2 | 236.5 | 0.54 | 0.56 |
| Hex | 54 | 5B | CC | 3B | 37 | 0 | 14 | EC | 36 | 38 |
| Octal | 124 | 133 | 314 | 73 | 67 | 0 | 24 | 354 | 66 | 70 |
| Binary | 1010100 | 1011011 | 11001100 | 111011 | 110111 | 0 | 10100 | 11101100 | 110110 | 111000 |
Color Harmonies of #545BCC
Complementary color
Monochromatic Colors of #545BCC
Black with #545BCC
Text Example
Text Example
White with #545BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545BCC; }
p { color: rgb(84,91,204); }
H1.HeaderClassName
{
color: #545BCC;
}
.AnyTagClassName
{
color: #545BCC;
}
</style>
background-color css
<style>
a { background-color: #545BCC; }
a { background-color: rgb(84,91,204); }
div.DivClassName
{
background-color: #545BCC;
}
.BgClassName
{
background-color: #545BCC;
}
</style>
border-color css
<style>
span { border-color: #545BCC; }
span { border-color: rgb(84,91,204); }
td.TdClassName
{
border-color: #545BCC;
}
.TagClassName
{
border-color: #545BCC;
}
</style>