Shades of Free Speech Blue #5148CE
Tints of Free Speech Blue #5148CE
RGB
CMYK
RGB Variations
Color information
#5148CE (or 0x5148CE) is known color: Free Speech Blue. HEX triplet: 51, 48 and CE. RGB value is (81,72,206). Sum of RGB (Red+Green+Blue) = 81+72+206=359 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.56% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 206 (80.86% from 255 or 57.38% from 359); Max value from RGB is 206 - color contains mainly: blue. Hex color #5148CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5148CE is #AEB731. Grayscale: #595959. Windows color (decimal): -11450162 or 13518929. OLE color: 13518929.
HSL color Cylindrical-coordinate representation of color #5148CE: hue angle of 244.03º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5148CE is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 72 | 206 | - |
| CMYK | 0.61 | 0.65 | 0 | 0.19 |
| HSL | 244.03º | 0.58% | 0.55% | - |
| HSV(B) | 244.03º | 0.65% | 0.81% | - |
| XYZ | 16.85 | 10.84 | 59.6 | - |
| YUV | 89.97 | 193.48 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 72 | 206 | 0.61 | 0.65 | 0 | 0.19 | 244.03 | 0.58 | 0.55 |
| Hex | 51 | 48 | CE | 3D | 41 | 0 | 13 | F4 | 3A | 37 |
| Octal | 121 | 110 | 316 | 75 | 101 | 0 | 23 | 364 | 72 | 67 |
| Binary | 1010001 | 1001000 | 11001110 | 111101 | 1000001 | 0 | 10011 | 11110100 | 111010 | 110111 |
Color Harmonies of #5148CE
Complementary color
Monochromatic Colors of #5148CE
Black with #5148CE
Text Example
Text Example
White with #5148CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5148CE; }
p { color: rgb(81,72,206); }
H1.HeaderClassName
{
color: #5148CE;
}
.AnyTagClassName
{
color: #5148CE;
}
</style>
background-color css
<style>
a { background-color: #5148CE; }
a { background-color: rgb(81,72,206); }
div.DivClassName
{
background-color: #5148CE;
}
.BgClassName
{
background-color: #5148CE;
}
</style>
border-color css
<style>
span { border-color: #5148CE; }
span { border-color: rgb(81,72,206); }
td.TdClassName
{
border-color: #5148CE;
}
.TagClassName
{
border-color: #5148CE;
}
</style>