Shades of Free Speech Blue #545DCC
Tints of Free Speech Blue #545DCC
RGB
CMYK
RGB Variations
Color information
#545DCC (or 0x545DCC) is known color: Free Speech Blue. HEX triplet: 54, 5D and CC. RGB value is (84,93,204). Sum of RGB (Red+Green+Blue) = 84+93+204=381 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.05% from 381); Green value is 93 (36.72% from 255 or 24.41% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #545DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545DCC is #ABA233. Grayscale: #666666. Windows color (decimal): -11248180 or 13393236. OLE color: 13393236.
HSL color Cylindrical-coordinate representation of color #545DCC: hue angle of 235.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 #545DCC is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 84 | 93 | 204 | - |
| CMYK | 0.59 | 0.54 | 0 | 0.2 |
| HSL | 235.5º | 0.54% | 0.56% | - |
| HSV(B) | 235.5º | 0.59% | 0.8% | - |
| XYZ | 18.47 | 14.07 | 58.87 | - |
| YUV | 102.96 | 185.02 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 93 | 204 | 0.59 | 0.54 | 0 | 0.2 | 235.5 | 0.54 | 0.56 |
| Hex | 54 | 5D | CC | 3B | 36 | 0 | 14 | EC | 36 | 38 |
| Octal | 124 | 135 | 314 | 73 | 66 | 0 | 24 | 354 | 66 | 70 |
| Binary | 1010100 | 1011101 | 11001100 | 111011 | 110110 | 0 | 10100 | 11101100 | 110110 | 111000 |
Color Harmonies of #545DCC
Complementary color
Monochromatic Colors of #545DCC
Black with #545DCC
Text Example
Text Example
White with #545DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545DCC; }
p { color: rgb(84,93,204); }
H1.HeaderClassName
{
color: #545DCC;
}
.AnyTagClassName
{
color: #545DCC;
}
</style>
background-color css
<style>
a { background-color: #545DCC; }
a { background-color: rgb(84,93,204); }
div.DivClassName
{
background-color: #545DCC;
}
.BgClassName
{
background-color: #545DCC;
}
</style>
border-color css
<style>
span { border-color: #545DCC; }
span { border-color: rgb(84,93,204); }
td.TdClassName
{
border-color: #545DCC;
}
.TagClassName
{
border-color: #545DCC;
}
</style>