Shades of Free Speech Blue #5144CE
Tints of Free Speech Blue #5144CE
RGB
CMYK
RGB Variations
Color information
#5144CE (or 0x5144CE) is known color: Free Speech Blue. HEX triplet: 51, 44 and CE. RGB value is (81,68,206). Sum of RGB (Red+Green+Blue) = 81+68+206=355 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.82% from 355); Green value is 68 (26.95% from 255 or 19.15% from 355); Blue value is 206 (80.86% from 255 or 58.03% from 355); Max value from RGB is 206 - color contains mainly: blue. Hex color #5144CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5144CE is #AEBB31. Grayscale: #575757. Windows color (decimal): -11451186 or 13517905. OLE color: 13517905.
HSL color Cylindrical-coordinate representation of color #5144CE: hue angle of 245.65º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5144CE is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 68 | 206 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.19 |
| HSL | 245.65º | 0.58% | 0.54% | - |
| HSV(B) | 245.65º | 0.67% | 0.81% | - |
| XYZ | 16.6 | 10.34 | 59.51 | - |
| YUV | 87.62 | 194.81 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 68 | 206 | 0.61 | 0.67 | 0 | 0.19 | 245.65 | 0.58 | 0.54 |
| Hex | 51 | 44 | CE | 3D | 43 | 0 | 13 | F6 | 3A | 36 |
| Octal | 121 | 104 | 316 | 75 | 103 | 0 | 23 | 366 | 72 | 66 |
| Binary | 1010001 | 1000100 | 11001110 | 111101 | 1000011 | 0 | 10011 | 11110110 | 111010 | 110110 |
Color Harmonies of #5144CE
Complementary color
Monochromatic Colors of #5144CE
Black with #5144CE
Text Example
Text Example
White with #5144CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5144CE; }
p { color: rgb(81,68,206); }
H1.HeaderClassName
{
color: #5144CE;
}
.AnyTagClassName
{
color: #5144CE;
}
</style>
background-color css
<style>
a { background-color: #5144CE; }
a { background-color: rgb(81,68,206); }
div.DivClassName
{
background-color: #5144CE;
}
.BgClassName
{
background-color: #5144CE;
}
</style>
border-color css
<style>
span { border-color: #5144CE; }
span { border-color: rgb(81,68,206); }
td.TdClassName
{
border-color: #5144CE;
}
.TagClassName
{
border-color: #5144CE;
}
</style>