Shades of Free Speech Blue #515FC0
Tints of Free Speech Blue #515FC0
RGB
CMYK
RGB Variations
Color information
#515FC0 (or 0x515FC0) is known color: Free Speech Blue. HEX triplet: 51, 5F and C0. RGB value is (81,95,192). Sum of RGB (Red+Green+Blue) = 81+95+192=368 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.01% from 368); Green value is 95 (37.5% from 255 or 25.82% from 368); Blue value is 192 (75.39% from 255 or 52.17% from 368); Max value from RGB is 192 - color contains mainly: blue. Hex color #515FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515FC0 is #AEA03F. Grayscale: #656565. Windows color (decimal): -11444288 or 12607313. OLE color: 12607313.
HSL color Cylindrical-coordinate representation of color #515FC0: hue angle of 232.43º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #515FC0 is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 95 | 192 | - |
| CMYK | 0.58 | 0.51 | 0 | 0.25 |
| HSL | 232.43º | 0.47% | 0.54% | - |
| HSV(B) | 232.43º | 0.58% | 0.75% | - |
| XYZ | 17 | 13.74 | 51.63 | - |
| YUV | 101.87 | 178.86 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 95 | 192 | 0.58 | 0.51 | 0 | 0.25 | 232.43 | 0.47 | 0.54 |
| Hex | 51 | 5F | C0 | 3A | 33 | 0 | 19 | E8 | 2F | 36 |
| Octal | 121 | 137 | 300 | 72 | 63 | 0 | 31 | 350 | 57 | 66 |
| Binary | 1010001 | 1011111 | 11000000 | 111010 | 110011 | 0 | 11001 | 11101000 | 101111 | 110110 |
Color Harmonies of #515FC0
Complementary color
Monochromatic Colors of #515FC0
Black with #515FC0
Text Example
Text Example
White with #515FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515FC0; }
p { color: rgb(81,95,192); }
H1.HeaderClassName
{
color: #515FC0;
}
.AnyTagClassName
{
color: #515FC0;
}
</style>
background-color css
<style>
a { background-color: #515FC0; }
a { background-color: rgb(81,95,192); }
div.DivClassName
{
background-color: #515FC0;
}
.BgClassName
{
background-color: #515FC0;
}
</style>
border-color css
<style>
span { border-color: #515FC0; }
span { border-color: rgb(81,95,192); }
td.TdClassName
{
border-color: #515FC0;
}
.TagClassName
{
border-color: #515FC0;
}
</style>