Shades of Free Speech Blue #515CC2
Tints of Free Speech Blue #515CC2
RGB
CMYK
RGB Variations
Color information
#515CC2 (or 0x515CC2) is known color: Free Speech Blue. HEX triplet: 51, 5C and C2. RGB value is (81,92,194). Sum of RGB (Red+Green+Blue) = 81+92+194=367 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.07% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 194 (76.17% from 255 or 52.86% from 367); Max value from RGB is 194 - color contains mainly: blue. Hex color #515CC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515CC2 is #AEA33D. Grayscale: #636363. Windows color (decimal): -11445054 or 12737617. OLE color: 12737617.
HSL color Cylindrical-coordinate representation of color #515CC2: hue angle of 234.16º 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 #515CC2 is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 81 | 92 | 194 | - |
| CMYK | 0.58 | 0.53 | 0 | 0.24 |
| HSL | 234.16º | 0.48% | 0.54% | - |
| HSV(B) | 234.16º | 0.58% | 0.76% | - |
| XYZ | 16.96 | 13.3 | 52.71 | - |
| YUV | 100.34 | 180.86 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 92 | 194 | 0.58 | 0.53 | 0 | 0.24 | 234.16 | 0.48 | 0.54 |
| Hex | 51 | 5C | C2 | 3A | 35 | 0 | 18 | EA | 30 | 36 |
| Octal | 121 | 134 | 302 | 72 | 65 | 0 | 30 | 352 | 60 | 66 |
| Binary | 1010001 | 1011100 | 11000010 | 111010 | 110101 | 0 | 11000 | 11101010 | 110000 | 110110 |
Color Harmonies of #515CC2
Complementary color
Monochromatic Colors of #515CC2
Black with #515CC2
Text Example
Text Example
White with #515CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515CC2; }
p { color: rgb(81,92,194); }
H1.HeaderClassName
{
color: #515CC2;
}
.AnyTagClassName
{
color: #515CC2;
}
</style>
background-color css
<style>
a { background-color: #515CC2; }
a { background-color: rgb(81,92,194); }
div.DivClassName
{
background-color: #515CC2;
}
.BgClassName
{
background-color: #515CC2;
}
</style>
border-color css
<style>
span { border-color: #515CC2; }
span { border-color: rgb(81,92,194); }
td.TdClassName
{
border-color: #515CC2;
}
.TagClassName
{
border-color: #515CC2;
}
</style>