Shades of Free Speech Blue #545ECB
Tints of Free Speech Blue #545ECB
RGB
CMYK
RGB Variations
Color information
#545ECB (or 0x545ECB) is known color: Free Speech Blue. HEX triplet: 54, 5E and CB. RGB value is (84,94,203). Sum of RGB (Red+Green+Blue) = 84+94+203=381 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.05% from 381); Green value is 94 (37.11% from 255 or 24.67% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #545ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545ECB is #ABA134. Grayscale: #666666. Windows color (decimal): -11247925 or 13327956. OLE color: 13327956.
HSL color Cylindrical-coordinate representation of color #545ECB: hue angle of 234.96º degrees, saturation: 0.53, 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 #545ECB is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 94 | 203 | - |
| CMYK | 0.59 | 0.54 | 0 | 0.20 |
| HSL | 234.96º | 0.53% | 0.56% | - |
| HSV(B) | 234.96º | 0.59% | 0.8% | - |
| XYZ | 18.44 | 14.2 | 58.27 | - |
| YUV | 103.44 | 184.19 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 94 | 203 | 0.59 | 0.54 | 0 | 0.20 | 234.96 | 0.53 | 0.56 |
| Hex | 54 | 5E | CB | 3B | 36 | 0 | 14 | EB | 35 | 38 |
| Octal | 124 | 136 | 313 | 73 | 66 | 0 | 24 | 353 | 65 | 70 |
| Binary | 1010100 | 1011110 | 11001011 | 111011 | 110110 | 0 | 10100 | 11101011 | 110101 | 111000 |
Color Harmonies of #545ECB
Complementary color
Monochromatic Colors of #545ECB
Black with #545ECB
Text Example
Text Example
White with #545ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545ECB; }
p { color: rgb(84,94,203); }
H1.HeaderClassName
{
color: #545ECB;
}
.AnyTagClassName
{
color: #545ECB;
}
</style>
background-color css
<style>
a { background-color: #545ECB; }
a { background-color: rgb(84,94,203); }
div.DivClassName
{
background-color: #545ECB;
}
.BgClassName
{
background-color: #545ECB;
}
</style>
border-color css
<style>
span { border-color: #545ECB; }
span { border-color: rgb(84,94,203); }
td.TdClassName
{
border-color: #545ECB;
}
.TagClassName
{
border-color: #545ECB;
}
</style>