Shades of Free Speech Blue #5151CA
Tints of Free Speech Blue #5151CA
RGB
CMYK
RGB Variations
Color information
#5151CA (or 0x5151CA) is known color: Free Speech Blue. HEX triplet: 51, 51 and CA. RGB value is (81,81,202). Sum of RGB (Red+Green+Blue) = 81+81+202=364 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.25% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 202 (79.30% from 255 or 55.49% from 364); Max value from RGB is 202 - color contains mainly: blue. Hex color #5151CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5151CA is #AEAE35. Grayscale: #5E5E5E. Windows color (decimal): -11447862 or 13259089. OLE color: 13259089.
HSL color Cylindrical-coordinate representation of color #5151CA: hue angle of 240º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5151CA is Cyan = 0.60, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 81 | 81 | 202 | - |
| CMYK | 0.60 | 0.60 | 0 | 0.21 |
| HSL | 240º | 0.53% | 0.55% | - |
| HSV(B) | 240º | 0.6% | 0.79% | - |
| XYZ | 17 | 11.9 | 57.28 | - |
| YUV | 94.79 | 188.5 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 81 | 202 | 0.60 | 0.60 | 0 | 0.21 | 240 | 0.53 | 0.55 |
| Hex | 51 | 51 | CA | 3C | 3C | 0 | 15 | F0 | 35 | 37 |
| Octal | 121 | 121 | 312 | 74 | 74 | 0 | 25 | 360 | 65 | 67 |
| Binary | 1010001 | 1010001 | 11001010 | 111100 | 111100 | 0 | 10101 | 11110000 | 110101 | 110111 |
Color Harmonies of #5151CA
Complementary color
Monochromatic Colors of #5151CA
Black with #5151CA
Text Example
Text Example
White with #5151CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5151CA; }
p { color: rgb(81,81,202); }
H1.HeaderClassName
{
color: #5151CA;
}
.AnyTagClassName
{
color: #5151CA;
}
</style>
background-color css
<style>
a { background-color: #5151CA; }
a { background-color: rgb(81,81,202); }
div.DivClassName
{
background-color: #5151CA;
}
.BgClassName
{
background-color: #5151CA;
}
</style>
border-color css
<style>
span { border-color: #5151CA; }
span { border-color: rgb(81,81,202); }
td.TdClassName
{
border-color: #5151CA;
}
.TagClassName
{
border-color: #5151CA;
}
</style>