Shades of Free Speech Blue #5145C8
Tints of Free Speech Blue #5145C8
RGB
CMYK
RGB Variations
Color information
#5145C8 (or 0x5145C8) is known color: Free Speech Blue. HEX triplet: 51, 45 and C8. RGB value is (81,69,200). Sum of RGB (Red+Green+Blue) = 81+69+200=350 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.14% from 350); Green value is 69 (27.34% from 255 or 19.71% from 350); Blue value is 200 (78.52% from 255 or 57.14% from 350); Max value from RGB is 200 - color contains mainly: blue. Hex color #5145C8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5145C8 is #AEBA37. Grayscale: #575757. Windows color (decimal): -11450936 or 13124945. OLE color: 13124945.
HSL color Cylindrical-coordinate representation of color #5145C8: hue angle of 245.5º degrees, saturation: 0.54, 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 #5145C8 is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 81 | 69 | 200 | - |
| CMYK | 0.59 | 0.66 | 0 | 0.22 |
| HSL | 245.5º | 0.54% | 0.53% | - |
| HSV(B) | 245.5º | 0.66% | 0.78% | - |
| XYZ | 15.95 | 10.18 | 55.77 | - |
| YUV | 87.52 | 191.48 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 69 | 200 | 0.59 | 0.66 | 0 | 0.22 | 245.5 | 0.54 | 0.53 |
| Hex | 51 | 45 | C8 | 3B | 42 | 0 | 16 | F5 | 36 | 35 |
| Octal | 121 | 105 | 310 | 73 | 102 | 0 | 26 | 365 | 66 | 65 |
| Binary | 1010001 | 1000101 | 11001000 | 111011 | 1000010 | 0 | 10110 | 11110101 | 110110 | 110101 |
Color Harmonies of #5145C8
Complementary color
Monochromatic Colors of #5145C8
Black with #5145C8
Text Example
Text Example
White with #5145C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5145C8; }
p { color: rgb(81,69,200); }
H1.HeaderClassName
{
color: #5145C8;
}
.AnyTagClassName
{
color: #5145C8;
}
</style>
background-color css
<style>
a { background-color: #5145C8; }
a { background-color: rgb(81,69,200); }
div.DivClassName
{
background-color: #5145C8;
}
.BgClassName
{
background-color: #5145C8;
}
</style>
border-color css
<style>
span { border-color: #5145C8; }
span { border-color: rgb(81,69,200); }
td.TdClassName
{
border-color: #5145C8;
}
.TagClassName
{
border-color: #5145C8;
}
</style>