Shades of Free Speech Blue #5147CE
Tints of Free Speech Blue #5147CE
RGB
CMYK
RGB Variations
Color information
#5147CE (or 0x5147CE) is known color: Free Speech Blue. HEX triplet: 51, 47 and CE. RGB value is (81,71,206). Sum of RGB (Red+Green+Blue) = 81+71+206=358 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.63% from 358); Green value is 71 (28.12% from 255 or 19.83% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #5147CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5147CE is #AEB831. Grayscale: #585858. Windows color (decimal): -11450418 or 13518673. OLE color: 13518673.
HSL color Cylindrical-coordinate representation of color #5147CE: hue angle of 244.44º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5147CE is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 71 | 206 | - |
| CMYK | 0.61 | 0.66 | 0 | 0.19 |
| HSL | 244.44º | 0.58% | 0.54% | - |
| HSV(B) | 244.44º | 0.66% | 0.81% | - |
| XYZ | 16.79 | 10.71 | 59.58 | - |
| YUV | 89.38 | 193.81 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 71 | 206 | 0.61 | 0.66 | 0 | 0.19 | 244.44 | 0.58 | 0.54 |
| Hex | 51 | 47 | CE | 3D | 42 | 0 | 13 | F4 | 3A | 36 |
| Octal | 121 | 107 | 316 | 75 | 102 | 0 | 23 | 364 | 72 | 66 |
| Binary | 1010001 | 1000111 | 11001110 | 111101 | 1000010 | 0 | 10011 | 11110100 | 111010 | 110110 |
Color Harmonies of #5147CE
Complementary color
Monochromatic Colors of #5147CE
Black with #5147CE
Text Example
Text Example
White with #5147CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5147CE; }
p { color: rgb(81,71,206); }
H1.HeaderClassName
{
color: #5147CE;
}
.AnyTagClassName
{
color: #5147CE;
}
</style>
background-color css
<style>
a { background-color: #5147CE; }
a { background-color: rgb(81,71,206); }
div.DivClassName
{
background-color: #5147CE;
}
.BgClassName
{
background-color: #5147CE;
}
</style>
border-color css
<style>
span { border-color: #5147CE; }
span { border-color: rgb(81,71,206); }
td.TdClassName
{
border-color: #5147CE;
}
.TagClassName
{
border-color: #5147CE;
}
</style>