Shades of Free Speech Blue #5158DB
Tints of Free Speech Blue #5158DB
RGB
CMYK
RGB Variations
Color information
#5158DB (or 0x5158DB) is known color: Free Speech Blue. HEX triplet: 51, 58 and DB. RGB value is (81,88,219). Sum of RGB (Red+Green+Blue) = 81+88+219=388 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.88% from 388); Green value is 88 (34.77% from 255 or 22.68% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #5158DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5158DB is #AEA724. Grayscale: #646464. Windows color (decimal): -11446053 or 14374993. OLE color: 14374993.
HSL color Cylindrical-coordinate representation of color #5158DB: hue angle of 236.96º degrees, saturation: 0.66, 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 #5158DB is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 88 | 219 | - |
| CMYK | 0.63 | 0.60 | 0 | 0.14 |
| HSL | 236.96º | 0.66% | 0.59% | - |
| HSV(B) | 236.96º | 0.63% | 0.86% | - |
| XYZ | 19.67 | 13.84 | 68.65 | - |
| YUV | 100.84 | 194.68 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 88 | 219 | 0.63 | 0.60 | 0 | 0.14 | 236.96 | 0.66 | 0.59 |
| Hex | 51 | 58 | DB | 3F | 3C | 0 | E | ED | 42 | 3B |
| Octal | 121 | 130 | 333 | 77 | 74 | 0 | 16 | 355 | 102 | 73 |
| Binary | 1010001 | 1011000 | 11011011 | 111111 | 111100 | 0 | 1110 | 11101101 | 1000010 | 111011 |
Color Harmonies of #5158DB
Complementary color
Monochromatic Colors of #5158DB
Black with #5158DB
Text Example
Text Example
White with #5158DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5158DB; }
p { color: rgb(81,88,219); }
H1.HeaderClassName
{
color: #5158DB;
}
.AnyTagClassName
{
color: #5158DB;
}
</style>
background-color css
<style>
a { background-color: #5158DB; }
a { background-color: rgb(81,88,219); }
div.DivClassName
{
background-color: #5158DB;
}
.BgClassName
{
background-color: #5158DB;
}
</style>
border-color css
<style>
span { border-color: #5158DB; }
span { border-color: rgb(81,88,219); }
td.TdClassName
{
border-color: #5158DB;
}
.TagClassName
{
border-color: #5158DB;
}
</style>