Shades of Free Speech Blue #5150DC
Tints of Free Speech Blue #5150DC
RGB
CMYK
RGB Variations
Color information
#5150DC (or 0x5150DC) is known color: Free Speech Blue. HEX triplet: 51, 50 and DC. RGB value is (81,80,220). Sum of RGB (Red+Green+Blue) = 81+80+220=381 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.26% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #5150DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5150DC is #AEAF23. Grayscale: #5F5F5F. Windows color (decimal): -11448100 or 14438481. OLE color: 14438481.
HSL color Cylindrical-coordinate representation of color #5150DC: hue angle of 240.43º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5150DC is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 80 | 220 | - |
| CMYK | 0.63 | 0.64 | 0 | 0.14 |
| HSL | 240.43º | 0.67% | 0.59% | - |
| HSV(B) | 240.43º | 0.64% | 0.86% | - |
| XYZ | 19.18 | 12.65 | 69.14 | - |
| YUV | 96.26 | 197.83 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 80 | 220 | 0.63 | 0.64 | 0 | 0.14 | 240.43 | 0.67 | 0.59 |
| Hex | 51 | 50 | DC | 3F | 40 | 0 | E | F0 | 43 | 3B |
| Octal | 121 | 120 | 334 | 77 | 100 | 0 | 16 | 360 | 103 | 73 |
| Binary | 1010001 | 1010000 | 11011100 | 111111 | 1000000 | 0 | 1110 | 11110000 | 1000011 | 111011 |
Color Harmonies of #5150DC
Complementary color
Monochromatic Colors of #5150DC
Black with #5150DC
Text Example
Text Example
White with #5150DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5150DC; }
p { color: rgb(81,80,220); }
H1.HeaderClassName
{
color: #5150DC;
}
.AnyTagClassName
{
color: #5150DC;
}
</style>
background-color css
<style>
a { background-color: #5150DC; }
a { background-color: rgb(81,80,220); }
div.DivClassName
{
background-color: #5150DC;
}
.BgClassName
{
background-color: #5150DC;
}
</style>
border-color css
<style>
span { border-color: #5150DC; }
span { border-color: rgb(81,80,220); }
td.TdClassName
{
border-color: #5150DC;
}
.TagClassName
{
border-color: #5150DC;
}
</style>