Shades of Free Speech Blue #516AC2
Tints of Free Speech Blue #516AC2
RGB
CMYK
RGB Variations
Color information
#516AC2 (or 0x516AC2) is known color: Free Speech Blue. HEX triplet: 51, 6A and C2. RGB value is (81,106,194). Sum of RGB (Red+Green+Blue) = 81+106+194=381 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.26% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 194 (76.17% from 255 or 50.92% from 381); Max value from RGB is 194 - color contains mainly: blue. Hex color #516AC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516AC2 is #AE953D. Grayscale: #6C6C6C. Windows color (decimal): -11441470 or 12741201. OLE color: 12741201.
HSL color Cylindrical-coordinate representation of color #516AC2: hue angle of 226.73º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #516AC2 is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 81 | 106 | 194 | - |
| CMYK | 0.58 | 0.45 | 0 | 0.24 |
| HSL | 226.73º | 0.48% | 0.54% | - |
| HSV(B) | 226.73º | 0.58% | 0.76% | - |
| XYZ | 18.28 | 15.95 | 53.15 | - |
| YUV | 108.56 | 176.22 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 106 | 194 | 0.58 | 0.45 | 0 | 0.24 | 226.73 | 0.48 | 0.54 |
| Hex | 51 | 6A | C2 | 3A | 2D | 0 | 18 | E3 | 30 | 36 |
| Octal | 121 | 152 | 302 | 72 | 55 | 0 | 30 | 343 | 60 | 66 |
| Binary | 1010001 | 1101010 | 11000010 | 111010 | 101101 | 0 | 11000 | 11100011 | 110000 | 110110 |
Color Harmonies of #516AC2
Complementary color
Monochromatic Colors of #516AC2
Black with #516AC2
Text Example
Text Example
White with #516AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516AC2; }
p { color: rgb(81,106,194); }
H1.HeaderClassName
{
color: #516AC2;
}
.AnyTagClassName
{
color: #516AC2;
}
</style>
background-color css
<style>
a { background-color: #516AC2; }
a { background-color: rgb(81,106,194); }
div.DivClassName
{
background-color: #516AC2;
}
.BgClassName
{
background-color: #516AC2;
}
</style>
border-color css
<style>
span { border-color: #516AC2; }
span { border-color: rgb(81,106,194); }
td.TdClassName
{
border-color: #516AC2;
}
.TagClassName
{
border-color: #516AC2;
}
</style>