Shades of Free Speech Blue #5155DC
Tints of Free Speech Blue #5155DC
RGB
CMYK
RGB Variations
Color information
#5155DC (or 0x5155DC) is known color: Free Speech Blue. HEX triplet: 51, 55 and DC. RGB value is (81,85,220). Sum of RGB (Red+Green+Blue) = 81+85+220=386 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.98% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 220 (86.33% from 255 or 56.99% from 386); Max value from RGB is 220 - color contains mainly: blue. Hex color #5155DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5155DC is #AEAA23. Grayscale: #626262. Windows color (decimal): -11446820 or 14439761. OLE color: 14439761.
HSL color Cylindrical-coordinate representation of color #5155DC: hue angle of 238.27º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5155DC is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 85 | 220 | - |
| CMYK | 0.63 | 0.61 | 0 | 0.14 |
| HSL | 238.27º | 0.67% | 0.59% | - |
| HSV(B) | 238.27º | 0.63% | 0.86% | - |
| XYZ | 19.56 | 13.41 | 69.27 | - |
| YUV | 99.19 | 196.17 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 85 | 220 | 0.63 | 0.61 | 0 | 0.14 | 238.27 | 0.67 | 0.59 |
| Hex | 51 | 55 | DC | 3F | 3D | 0 | E | EE | 43 | 3B |
| Octal | 121 | 125 | 334 | 77 | 75 | 0 | 16 | 356 | 103 | 73 |
| Binary | 1010001 | 1010101 | 11011100 | 111111 | 111101 | 0 | 1110 | 11101110 | 1000011 | 111011 |
Color Harmonies of #5155DC
Complementary color
Monochromatic Colors of #5155DC
Black with #5155DC
Text Example
Text Example
White with #5155DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5155DC; }
p { color: rgb(81,85,220); }
H1.HeaderClassName
{
color: #5155DC;
}
.AnyTagClassName
{
color: #5155DC;
}
</style>
background-color css
<style>
a { background-color: #5155DC; }
a { background-color: rgb(81,85,220); }
div.DivClassName
{
background-color: #5155DC;
}
.BgClassName
{
background-color: #5155DC;
}
</style>
border-color css
<style>
span { border-color: #5155DC; }
span { border-color: rgb(81,85,220); }
td.TdClassName
{
border-color: #5155DC;
}
.TagClassName
{
border-color: #5155DC;
}
</style>