Shades of Free Speech Blue #515BD6
Tints of Free Speech Blue #515BD6
RGB
CMYK
RGB Variations
Color information
#515BD6 (or 0x515BD6) is known color: Free Speech Blue. HEX triplet: 51, 5B and D6. RGB value is (81,91,214). Sum of RGB (Red+Green+Blue) = 81+91+214=386 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.98% from 386); Green value is 91 (35.94% from 255 or 23.58% from 386); Blue value is 214 (83.98% from 255 or 55.44% from 386); Max value from RGB is 214 - color contains mainly: blue. Hex color #515BD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515BD6 is #AEA429. Grayscale: #656565. Windows color (decimal): -11445290 or 14048081. OLE color: 14048081.
HSL color Cylindrical-coordinate representation of color #515BD6: hue angle of 235.49º 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 #515BD6 is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 81 | 91 | 214 | - |
| CMYK | 0.62 | 0.57 | 0 | 0.16 |
| HSL | 235.49º | 0.62% | 0.58% | - |
| HSV(B) | 235.49º | 0.62% | 0.84% | - |
| XYZ | 19.27 | 14.09 | 65.32 | - |
| YUV | 102.03 | 191.19 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 91 | 214 | 0.62 | 0.57 | 0 | 0.16 | 235.49 | 0.62 | 0.58 |
| Hex | 51 | 5B | D6 | 3E | 39 | 0 | 10 | EB | 3E | 3A |
| Octal | 121 | 133 | 326 | 76 | 71 | 0 | 20 | 353 | 76 | 72 |
| Binary | 1010001 | 1011011 | 11010110 | 111110 | 111001 | 0 | 10000 | 11101011 | 111110 | 111010 |
Color Harmonies of #515BD6
Complementary color
Monochromatic Colors of #515BD6
Black with #515BD6
Text Example
Text Example
White with #515BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515BD6; }
p { color: rgb(81,91,214); }
H1.HeaderClassName
{
color: #515BD6;
}
.AnyTagClassName
{
color: #515BD6;
}
</style>
background-color css
<style>
a { background-color: #515BD6; }
a { background-color: rgb(81,91,214); }
div.DivClassName
{
background-color: #515BD6;
}
.BgClassName
{
background-color: #515BD6;
}
</style>
border-color css
<style>
span { border-color: #515BD6; }
span { border-color: rgb(81,91,214); }
td.TdClassName
{
border-color: #515BD6;
}
.TagClassName
{
border-color: #515BD6;
}
</style>