Shades of Free Speech Blue #5145CC
Tints of Free Speech Blue #5145CC
RGB
CMYK
RGB Variations
Color information
#5145CC (or 0x5145CC) is known color: Free Speech Blue. HEX triplet: 51, 45 and CC. RGB value is (81,69,204). Sum of RGB (Red+Green+Blue) = 81+69+204=354 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.88% from 354); Green value is 69 (27.34% from 255 or 19.49% from 354); Blue value is 204 (80.08% from 255 or 57.63% from 354); Max value from RGB is 204 - color contains mainly: blue. Hex color #5145CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5145CC is #AEBA33. Grayscale: #575757. Windows color (decimal): -11450932 or 13387089. OLE color: 13387089.
HSL color Cylindrical-coordinate representation of color #5145CC: hue angle of 245.33º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5145CC is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 81 | 69 | 204 | - |
| CMYK | 0.60 | 0.66 | 0 | 0.2 |
| HSL | 245.33º | 0.57% | 0.54% | - |
| HSV(B) | 245.33º | 0.66% | 0.8% | - |
| XYZ | 16.42 | 10.37 | 58.26 | - |
| YUV | 87.98 | 193.48 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 69 | 204 | 0.60 | 0.66 | 0 | 0.2 | 245.33 | 0.57 | 0.54 |
| Hex | 51 | 45 | CC | 3C | 42 | 0 | 14 | F5 | 39 | 36 |
| Octal | 121 | 105 | 314 | 74 | 102 | 0 | 24 | 365 | 71 | 66 |
| Binary | 1010001 | 1000101 | 11001100 | 111100 | 1000010 | 0 | 10100 | 11110101 | 111001 | 110110 |
Color Harmonies of #5145CC
Complementary color
Monochromatic Colors of #5145CC
Black with #5145CC
Text Example
Text Example
White with #5145CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5145CC; }
p { color: rgb(81,69,204); }
H1.HeaderClassName
{
color: #5145CC;
}
.AnyTagClassName
{
color: #5145CC;
}
</style>
background-color css
<style>
a { background-color: #5145CC; }
a { background-color: rgb(81,69,204); }
div.DivClassName
{
background-color: #5145CC;
}
.BgClassName
{
background-color: #5145CC;
}
</style>
border-color css
<style>
span { border-color: #5145CC; }
span { border-color: rgb(81,69,204); }
td.TdClassName
{
border-color: #5145CC;
}
.TagClassName
{
border-color: #5145CC;
}
</style>