Shades of Free Speech Blue #5143CC
Tints of Free Speech Blue #5143CC
RGB
CMYK
RGB Variations
Color information
#5143CC (or 0x5143CC) is known color: Free Speech Blue. HEX triplet: 51, 43 and CC. RGB value is (81,67,204). Sum of RGB (Red+Green+Blue) = 81+67+204=352 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.01% from 352); Green value is 67 (26.56% from 255 or 19.03% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #5143CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5143CC is #AEBC33. Grayscale: #565656. Windows color (decimal): -11451444 or 13386577. OLE color: 13386577.
HSL color Cylindrical-coordinate representation of color #5143CC: hue angle of 246.13º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5143CC is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 81 | 67 | 204 | - |
| CMYK | 0.60 | 0.67 | 0 | 0.2 |
| HSL | 246.13º | 0.57% | 0.53% | - |
| HSV(B) | 246.13º | 0.67% | 0.8% | - |
| XYZ | 16.3 | 10.12 | 58.22 | - |
| YUV | 86.8 | 194.14 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 67 | 204 | 0.60 | 0.67 | 0 | 0.2 | 246.13 | 0.57 | 0.53 |
| Hex | 51 | 43 | CC | 3C | 43 | 0 | 14 | F6 | 39 | 35 |
| Octal | 121 | 103 | 314 | 74 | 103 | 0 | 24 | 366 | 71 | 65 |
| Binary | 1010001 | 1000011 | 11001100 | 111100 | 1000011 | 0 | 10100 | 11110110 | 111001 | 110101 |
Color Harmonies of #5143CC
Complementary color
Monochromatic Colors of #5143CC
Black with #5143CC
Text Example
Text Example
White with #5143CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5143CC; }
p { color: rgb(81,67,204); }
H1.HeaderClassName
{
color: #5143CC;
}
.AnyTagClassName
{
color: #5143CC;
}
</style>
background-color css
<style>
a { background-color: #5143CC; }
a { background-color: rgb(81,67,204); }
div.DivClassName
{
background-color: #5143CC;
}
.BgClassName
{
background-color: #5143CC;
}
</style>
border-color css
<style>
span { border-color: #5143CC; }
span { border-color: rgb(81,67,204); }
td.TdClassName
{
border-color: #5143CC;
}
.TagClassName
{
border-color: #5143CC;
}
</style>