Shades of Free Speech Blue #515CC0
Tints of Free Speech Blue #515CC0
RGB
CMYK
RGB Variations
Color information
#515CC0 (or 0x515CC0) is known color: Free Speech Blue. HEX triplet: 51, 5C and C0. RGB value is (81,92,192). Sum of RGB (Red+Green+Blue) = 81+92+192=365 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.19% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 192 (75.39% from 255 or 52.60% from 365); Max value from RGB is 192 - color contains mainly: blue. Hex color #515CC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515CC0 is #AEA33F. Grayscale: #636363. Windows color (decimal): -11445056 or 12606545. OLE color: 12606545.
HSL color Cylindrical-coordinate representation of color #515CC0: hue angle of 234.05º 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 #515CC0 is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 92 | 192 | - |
| CMYK | 0.58 | 0.52 | 0 | 0.25 |
| HSL | 234.05º | 0.47% | 0.54% | - |
| HSV(B) | 234.05º | 0.58% | 0.75% | - |
| XYZ | 16.73 | 13.21 | 51.54 | - |
| YUV | 100.11 | 179.86 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 92 | 192 | 0.58 | 0.52 | 0 | 0.25 | 234.05 | 0.47 | 0.54 |
| Hex | 51 | 5C | C0 | 3A | 34 | 0 | 19 | EA | 2F | 36 |
| Octal | 121 | 134 | 300 | 72 | 64 | 0 | 31 | 352 | 57 | 66 |
| Binary | 1010001 | 1011100 | 11000000 | 111010 | 110100 | 0 | 11001 | 11101010 | 101111 | 110110 |
Color Harmonies of #515CC0
Complementary color
Monochromatic Colors of #515CC0
Black with #515CC0
Text Example
Text Example
White with #515CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515CC0; }
p { color: rgb(81,92,192); }
H1.HeaderClassName
{
color: #515CC0;
}
.AnyTagClassName
{
color: #515CC0;
}
</style>
background-color css
<style>
a { background-color: #515CC0; }
a { background-color: rgb(81,92,192); }
div.DivClassName
{
background-color: #515CC0;
}
.BgClassName
{
background-color: #515CC0;
}
</style>
border-color css
<style>
span { border-color: #515CC0; }
span { border-color: rgb(81,92,192); }
td.TdClassName
{
border-color: #515CC0;
}
.TagClassName
{
border-color: #515CC0;
}
</style>