Shades of Free Speech Blue #5146C6
Tints of Free Speech Blue #5146C6
RGB
CMYK
RGB Variations
Color information
#5146C6 (or 0x5146C6) is known color: Free Speech Blue. HEX triplet: 51, 46 and C6. RGB value is (81,70,198). Sum of RGB (Red+Green+Blue) = 81+70+198=349 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.21% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 198 (77.73% from 255 or 56.73% from 349); Max value from RGB is 198 - color contains mainly: blue. Hex color #5146C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5146C6 is #AEB939. Grayscale: #575757. Windows color (decimal): -11450682 or 12994129. OLE color: 12994129.
HSL color Cylindrical-coordinate representation of color #5146C6: hue angle of 245.16º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5146C6 is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 81 | 70 | 198 | - |
| CMYK | 0.59 | 0.65 | 0 | 0.22 |
| HSL | 245.16º | 0.53% | 0.53% | - |
| HSV(B) | 245.16º | 0.65% | 0.78% | - |
| XYZ | 15.78 | 10.21 | 54.56 | - |
| YUV | 87.88 | 190.14 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 70 | 198 | 0.59 | 0.65 | 0 | 0.22 | 245.16 | 0.53 | 0.53 |
| Hex | 51 | 46 | C6 | 3B | 41 | 0 | 16 | F5 | 35 | 35 |
| Octal | 121 | 106 | 306 | 73 | 101 | 0 | 26 | 365 | 65 | 65 |
| Binary | 1010001 | 1000110 | 11000110 | 111011 | 1000001 | 0 | 10110 | 11110101 | 110101 | 110101 |
Color Harmonies of #5146C6
Complementary color
Monochromatic Colors of #5146C6
Black with #5146C6
Text Example
Text Example
White with #5146C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5146C6; }
p { color: rgb(81,70,198); }
H1.HeaderClassName
{
color: #5146C6;
}
.AnyTagClassName
{
color: #5146C6;
}
</style>
background-color css
<style>
a { background-color: #5146C6; }
a { background-color: rgb(81,70,198); }
div.DivClassName
{
background-color: #5146C6;
}
.BgClassName
{
background-color: #5146C6;
}
</style>
border-color css
<style>
span { border-color: #5146C6; }
span { border-color: rgb(81,70,198); }
td.TdClassName
{
border-color: #5146C6;
}
.TagClassName
{
border-color: #5146C6;
}
</style>