Shades of Free Speech Blue #515DD6
Tints of Free Speech Blue #515DD6
RGB
CMYK
RGB Variations
Color information
#515DD6 (or 0x515DD6) is known color: Free Speech Blue. HEX triplet: 51, 5D and D6. RGB value is (81,93,214). Sum of RGB (Red+Green+Blue) = 81+93+214=388 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.88% from 388); Green value is 93 (36.72% from 255 or 23.97% from 388); Blue value is 214 (83.98% from 255 or 55.15% from 388); Max value from RGB is 214 - color contains mainly: blue. Hex color #515DD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515DD6 is #AEA229. Grayscale: #666666. Windows color (decimal): -11444778 or 14048593. OLE color: 14048593.
HSL color Cylindrical-coordinate representation of color #515DD6: hue angle of 234.59º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #515DD6 is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 81 | 93 | 214 | - |
| CMYK | 0.62 | 0.57 | 0 | 0.16 |
| HSL | 234.59º | 0.62% | 0.58% | - |
| HSV(B) | 234.59º | 0.62% | 0.84% | - |
| XYZ | 19.45 | 14.43 | 65.38 | - |
| YUV | 103.21 | 190.52 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 93 | 214 | 0.62 | 0.57 | 0 | 0.16 | 234.59 | 0.62 | 0.58 |
| Hex | 51 | 5D | D6 | 3E | 39 | 0 | 10 | EB | 3E | 3A |
| Octal | 121 | 135 | 326 | 76 | 71 | 0 | 20 | 353 | 76 | 72 |
| Binary | 1010001 | 1011101 | 11010110 | 111110 | 111001 | 0 | 10000 | 11101011 | 111110 | 111010 |
Color Harmonies of #515DD6
Complementary color
Monochromatic Colors of #515DD6
Black with #515DD6
Text Example
Text Example
White with #515DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515DD6; }
p { color: rgb(81,93,214); }
H1.HeaderClassName
{
color: #515DD6;
}
.AnyTagClassName
{
color: #515DD6;
}
</style>
background-color css
<style>
a { background-color: #515DD6; }
a { background-color: rgb(81,93,214); }
div.DivClassName
{
background-color: #515DD6;
}
.BgClassName
{
background-color: #515DD6;
}
</style>
border-color css
<style>
span { border-color: #515DD6; }
span { border-color: rgb(81,93,214); }
td.TdClassName
{
border-color: #515DD6;
}
.TagClassName
{
border-color: #515DD6;
}
</style>