Shades of Free Speech Blue #5145CF
Tints of Free Speech Blue #5145CF
RGB
CMYK
RGB Variations
Color information
#5145CF (or 0x5145CF) is known color: Free Speech Blue. HEX triplet: 51, 45 and CF. RGB value is (81,69,207). Sum of RGB (Red+Green+Blue) = 81+69+207=357 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.69% from 357); Green value is 69 (27.34% from 255 or 19.33% from 357); Blue value is 207 (81.25% from 255 or 57.98% from 357); Max value from RGB is 207 - color contains mainly: blue. Hex color #5145CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5145CF is #AEBA30. Grayscale: #575757. Windows color (decimal): -11450929 or 13583697. OLE color: 13583697.
HSL color Cylindrical-coordinate representation of color #5145CF: hue angle of 245.22º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5145CF is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 69 | 207 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.19 |
| HSL | 245.22º | 0.59% | 0.54% | - |
| HSV(B) | 245.22º | 0.67% | 0.81% | - |
| XYZ | 16.78 | 10.51 | 60.18 | - |
| YUV | 88.32 | 194.98 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 69 | 207 | 0.61 | 0.67 | 0 | 0.19 | 245.22 | 0.59 | 0.54 |
| Hex | 51 | 45 | CF | 3D | 43 | 0 | 13 | F5 | 3B | 36 |
| Octal | 121 | 105 | 317 | 75 | 103 | 0 | 23 | 365 | 73 | 66 |
| Binary | 1010001 | 1000101 | 11001111 | 111101 | 1000011 | 0 | 10011 | 11110101 | 111011 | 110110 |
Color Harmonies of #5145CF
Complementary color
Monochromatic Colors of #5145CF
Black with #5145CF
Text Example
Text Example
White with #5145CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5145CF; }
p { color: rgb(81,69,207); }
H1.HeaderClassName
{
color: #5145CF;
}
.AnyTagClassName
{
color: #5145CF;
}
</style>
background-color css
<style>
a { background-color: #5145CF; }
a { background-color: rgb(81,69,207); }
div.DivClassName
{
background-color: #5145CF;
}
.BgClassName
{
background-color: #5145CF;
}
</style>
border-color css
<style>
span { border-color: #5145CF; }
span { border-color: rgb(81,69,207); }
td.TdClassName
{
border-color: #5145CF;
}
.TagClassName
{
border-color: #5145CF;
}
</style>