Shades of Free Speech Blue #515DBC
Tints of Free Speech Blue #515DBC
RGB
CMYK
RGB Variations
Color information
#515DBC (or 0x515DBC) is known color: Free Speech Blue. HEX triplet: 51, 5D and BC. RGB value is (81,93,188). Sum of RGB (Red+Green+Blue) = 81+93+188=362 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.38% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #515DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515DBC is #AEA243. Grayscale: #636363. Windows color (decimal): -11444804 or 12344657. OLE color: 12344657.
HSL color Cylindrical-coordinate representation of color #515DBC: hue angle of 233.27º degrees, saturation: 0.44, 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 #515DBC is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 93 | 188 | - |
| CMYK | 0.57 | 0.51 | 0 | 0.26 |
| HSL | 233.27º | 0.44% | 0.53% | - |
| HSV(B) | 233.27º | 0.57% | 0.74% | - |
| XYZ | 16.38 | 13.21 | 49.26 | - |
| YUV | 100.24 | 177.52 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 93 | 188 | 0.57 | 0.51 | 0 | 0.26 | 233.27 | 0.44 | 0.53 |
| Hex | 51 | 5D | BC | 39 | 33 | 0 | 1A | E9 | 2C | 35 |
| Octal | 121 | 135 | 274 | 71 | 63 | 0 | 32 | 351 | 54 | 65 |
| Binary | 1010001 | 1011101 | 10111100 | 111001 | 110011 | 0 | 11010 | 11101001 | 101100 | 110101 |
Color Harmonies of #515DBC
Complementary color
Monochromatic Colors of #515DBC
Black with #515DBC
Text Example
Text Example
White with #515DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515DBC; }
p { color: rgb(81,93,188); }
H1.HeaderClassName
{
color: #515DBC;
}
.AnyTagClassName
{
color: #515DBC;
}
</style>
background-color css
<style>
a { background-color: #515DBC; }
a { background-color: rgb(81,93,188); }
div.DivClassName
{
background-color: #515DBC;
}
.BgClassName
{
background-color: #515DBC;
}
</style>
border-color css
<style>
span { border-color: #515DBC; }
span { border-color: rgb(81,93,188); }
td.TdClassName
{
border-color: #515DBC;
}
.TagClassName
{
border-color: #515DBC;
}
</style>