Shades of Free Speech Blue #5152DD
Tints of Free Speech Blue #5152DD
RGB
CMYK
RGB Variations
Color information
#5152DD (or 0x5152DD) is known color: Free Speech Blue. HEX triplet: 51, 52 and DD. RGB value is (81,82,221). Sum of RGB (Red+Green+Blue) = 81+82+221=384 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.09% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #5152DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5152DD is #AEAD22. Grayscale: #606060. Windows color (decimal): -11447587 or 14504529. OLE color: 14504529.
HSL color Cylindrical-coordinate representation of color #5152DD: hue angle of 239.57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5152DD is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 82 | 221 | - |
| CMYK | 0.63 | 0.63 | 0 | 0.13 |
| HSL | 239.57º | 0.67% | 0.59% | - |
| HSV(B) | 239.57º | 0.63% | 0.87% | - |
| XYZ | 19.46 | 13 | 69.89 | - |
| YUV | 97.55 | 197.67 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 82 | 221 | 0.63 | 0.63 | 0 | 0.13 | 239.57 | 0.67 | 0.59 |
| Hex | 51 | 52 | DD | 3F | 3F | 0 | D | F0 | 43 | 3B |
| Octal | 121 | 122 | 335 | 77 | 77 | 0 | 15 | 360 | 103 | 73 |
| Binary | 1010001 | 1010010 | 11011101 | 111111 | 111111 | 0 | 1101 | 11110000 | 1000011 | 111011 |
Color Harmonies of #5152DD
Complementary color
Monochromatic Colors of #5152DD
Black with #5152DD
Text Example
Text Example
White with #5152DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5152DD; }
p { color: rgb(81,82,221); }
H1.HeaderClassName
{
color: #5152DD;
}
.AnyTagClassName
{
color: #5152DD;
}
</style>
background-color css
<style>
a { background-color: #5152DD; }
a { background-color: rgb(81,82,221); }
div.DivClassName
{
background-color: #5152DD;
}
.BgClassName
{
background-color: #5152DD;
}
</style>
border-color css
<style>
span { border-color: #5152DD; }
span { border-color: rgb(81,82,221); }
td.TdClassName
{
border-color: #5152DD;
}
.TagClassName
{
border-color: #5152DD;
}
</style>