Shades of Free Speech Blue #5144CC
Tints of Free Speech Blue #5144CC
RGB
CMYK
RGB Variations
Color information
#5144CC (or 0x5144CC) is known color: Free Speech Blue. HEX triplet: 51, 44 and CC. RGB value is (81,68,204). Sum of RGB (Red+Green+Blue) = 81+68+204=353 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.95% from 353); Green value is 68 (26.95% from 255 or 19.26% from 353); Blue value is 204 (80.08% from 255 or 57.79% from 353); Max value from RGB is 204 - color contains mainly: blue. Hex color #5144CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5144CC is #AEBB33. Grayscale: #565656. Windows color (decimal): -11451188 or 13386833. OLE color: 13386833.
HSL color Cylindrical-coordinate representation of color #5144CC: hue angle of 245.74º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5144CC is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 81 | 68 | 204 | - |
| CMYK | 0.60 | 0.67 | 0 | 0.2 |
| HSL | 245.74º | 0.57% | 0.53% | - |
| HSV(B) | 245.74º | 0.67% | 0.8% | - |
| XYZ | 16.36 | 10.24 | 58.24 | - |
| YUV | 87.39 | 193.81 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 68 | 204 | 0.60 | 0.67 | 0 | 0.2 | 245.74 | 0.57 | 0.53 |
| Hex | 51 | 44 | CC | 3C | 43 | 0 | 14 | F6 | 39 | 35 |
| Octal | 121 | 104 | 314 | 74 | 103 | 0 | 24 | 366 | 71 | 65 |
| Binary | 1010001 | 1000100 | 11001100 | 111100 | 1000011 | 0 | 10100 | 11110110 | 111001 | 110101 |
Color Harmonies of #5144CC
Complementary color
Monochromatic Colors of #5144CC
Black with #5144CC
Text Example
Text Example
White with #5144CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5144CC; }
p { color: rgb(81,68,204); }
H1.HeaderClassName
{
color: #5144CC;
}
.AnyTagClassName
{
color: #5144CC;
}
</style>
background-color css
<style>
a { background-color: #5144CC; }
a { background-color: rgb(81,68,204); }
div.DivClassName
{
background-color: #5144CC;
}
.BgClassName
{
background-color: #5144CC;
}
</style>
border-color css
<style>
span { border-color: #5144CC; }
span { border-color: rgb(81,68,204); }
td.TdClassName
{
border-color: #5144CC;
}
.TagClassName
{
border-color: #5144CC;
}
</style>