Shades of Free Speech Blue #5155DD
Tints of Free Speech Blue #5155DD
RGB
CMYK
RGB Variations
Color information
#5155DD (or 0x5155DD) is known color: Free Speech Blue. HEX triplet: 51, 55 and DD. RGB value is (81,85,221). Sum of RGB (Red+Green+Blue) = 81+85+221=387 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.93% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 221 (86.72% from 255 or 57.11% from 387); Max value from RGB is 221 - color contains mainly: blue. Hex color #5155DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5155DD is #AEAA22. Grayscale: #626262. Windows color (decimal): -11446819 or 14505297. OLE color: 14505297.
HSL color Cylindrical-coordinate representation of color #5155DD: hue angle of 238.29º 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 #5155DD is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 85 | 221 | - |
| CMYK | 0.63 | 0.62 | 0 | 0.13 |
| HSL | 238.29º | 0.67% | 0.59% | - |
| HSV(B) | 238.29º | 0.63% | 0.87% | - |
| XYZ | 19.69 | 13.47 | 69.97 | - |
| YUV | 99.31 | 196.67 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 85 | 221 | 0.63 | 0.62 | 0 | 0.13 | 238.29 | 0.67 | 0.59 |
| Hex | 51 | 55 | DD | 3F | 3E | 0 | D | EE | 43 | 3B |
| Octal | 121 | 125 | 335 | 77 | 76 | 0 | 15 | 356 | 103 | 73 |
| Binary | 1010001 | 1010101 | 11011101 | 111111 | 111110 | 0 | 1101 | 11101110 | 1000011 | 111011 |
Color Harmonies of #5155DD
Complementary color
Monochromatic Colors of #5155DD
Black with #5155DD
Text Example
Text Example
White with #5155DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5155DD; }
p { color: rgb(81,85,221); }
H1.HeaderClassName
{
color: #5155DD;
}
.AnyTagClassName
{
color: #5155DD;
}
</style>
background-color css
<style>
a { background-color: #5155DD; }
a { background-color: rgb(81,85,221); }
div.DivClassName
{
background-color: #5155DD;
}
.BgClassName
{
background-color: #5155DD;
}
</style>
border-color css
<style>
span { border-color: #5155DD; }
span { border-color: rgb(81,85,221); }
td.TdClassName
{
border-color: #5155DD;
}
.TagClassName
{
border-color: #5155DD;
}
</style>