Shades of Free Speech Blue #515FC2
Tints of Free Speech Blue #515FC2
RGB
CMYK
RGB Variations
Color information
#515FC2 (or 0x515FC2) is known color: Free Speech Blue. HEX triplet: 51, 5F and C2. RGB value is (81,95,194). Sum of RGB (Red+Green+Blue) = 81+95+194=370 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.89% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 194 (76.17% from 255 or 52.43% from 370); Max value from RGB is 194 - color contains mainly: blue. Hex color #515FC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515FC2 is #AEA03D. Grayscale: #656565. Windows color (decimal): -11444286 or 12738385. OLE color: 12738385.
HSL color Cylindrical-coordinate representation of color #515FC2: hue angle of 232.57º 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 #515FC2 is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 81 | 95 | 194 | - |
| CMYK | 0.58 | 0.51 | 0 | 0.24 |
| HSL | 232.57º | 0.48% | 0.54% | - |
| HSV(B) | 232.57º | 0.58% | 0.76% | - |
| XYZ | 17.22 | 13.83 | 52.8 | - |
| YUV | 102.1 | 179.86 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 95 | 194 | 0.58 | 0.51 | 0 | 0.24 | 232.57 | 0.48 | 0.54 |
| Hex | 51 | 5F | C2 | 3A | 33 | 0 | 18 | E9 | 30 | 36 |
| Octal | 121 | 137 | 302 | 72 | 63 | 0 | 30 | 351 | 60 | 66 |
| Binary | 1010001 | 1011111 | 11000010 | 111010 | 110011 | 0 | 11000 | 11101001 | 110000 | 110110 |
Color Harmonies of #515FC2
Complementary color
Monochromatic Colors of #515FC2
Black with #515FC2
Text Example
Text Example
White with #515FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515FC2; }
p { color: rgb(81,95,194); }
H1.HeaderClassName
{
color: #515FC2;
}
.AnyTagClassName
{
color: #515FC2;
}
</style>
background-color css
<style>
a { background-color: #515FC2; }
a { background-color: rgb(81,95,194); }
div.DivClassName
{
background-color: #515FC2;
}
.BgClassName
{
background-color: #515FC2;
}
</style>
border-color css
<style>
span { border-color: #515FC2; }
span { border-color: rgb(81,95,194); }
td.TdClassName
{
border-color: #515FC2;
}
.TagClassName
{
border-color: #515FC2;
}
</style>