Shades of Free Speech Blue #5159BD
Tints of Free Speech Blue #5159BD
RGB
CMYK
RGB Variations
Color information
#5159BD (or 0x5159BD) is known color: Free Speech Blue. HEX triplet: 51, 59 and BD. RGB value is (81,89,189). Sum of RGB (Red+Green+Blue) = 81+89+189=359 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.56% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 189 (74.22% from 255 or 52.65% from 359); Max value from RGB is 189 - color contains mainly: blue. Hex color #5159BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5159BD is #AEA642. Grayscale: #616161. Windows color (decimal): -11445827 or 12409169. OLE color: 12409169.
HSL color Cylindrical-coordinate representation of color #5159BD: hue angle of 235.56º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5159BD is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 89 | 189 | - |
| CMYK | 0.57 | 0.53 | 0 | 0.26 |
| HSL | 235.56º | 0.45% | 0.53% | - |
| HSV(B) | 235.56º | 0.57% | 0.74% | - |
| XYZ | 16.15 | 12.57 | 49.72 | - |
| YUV | 98.01 | 179.35 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 89 | 189 | 0.57 | 0.53 | 0 | 0.26 | 235.56 | 0.45 | 0.53 |
| Hex | 51 | 59 | BD | 39 | 35 | 0 | 1A | EC | 2D | 35 |
| Octal | 121 | 131 | 275 | 71 | 65 | 0 | 32 | 354 | 55 | 65 |
| Binary | 1010001 | 1011001 | 10111101 | 111001 | 110101 | 0 | 11010 | 11101100 | 101101 | 110101 |
Color Harmonies of #5159BD
Complementary color
Monochromatic Colors of #5159BD
Black with #5159BD
Text Example
Text Example
White with #5159BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5159BD; }
p { color: rgb(81,89,189); }
H1.HeaderClassName
{
color: #5159BD;
}
.AnyTagClassName
{
color: #5159BD;
}
</style>
background-color css
<style>
a { background-color: #5159BD; }
a { background-color: rgb(81,89,189); }
div.DivClassName
{
background-color: #5159BD;
}
.BgClassName
{
background-color: #5159BD;
}
</style>
border-color css
<style>
span { border-color: #5159BD; }
span { border-color: rgb(81,89,189); }
td.TdClassName
{
border-color: #5159BD;
}
.TagClassName
{
border-color: #5159BD;
}
</style>