Shades of Free Speech Blue #515EC8
Tints of Free Speech Blue #515EC8
RGB
CMYK
RGB Variations
Color information
#515EC8 (or 0x515EC8) is known color: Free Speech Blue. HEX triplet: 51, 5E and C8. RGB value is (81,94,200). Sum of RGB (Red+Green+Blue) = 81+94+200=375 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.6% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 200 (78.52% from 255 or 53.33% from 375); Max value from RGB is 200 - color contains mainly: blue. Hex color #515EC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515EC8 is #AEA137. Grayscale: #656565. Windows color (decimal): -11444536 or 13131345. OLE color: 13131345.
HSL color Cylindrical-coordinate representation of color #515EC8: hue angle of 233.45º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #515EC8 is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 81 | 94 | 200 | - |
| CMYK | 0.59 | 0.53 | 0 | 0.22 |
| HSL | 233.45º | 0.52% | 0.55% | - |
| HSV(B) | 233.45º | 0.6% | 0.78% | - |
| XYZ | 17.82 | 13.92 | 56.39 | - |
| YUV | 102.2 | 183.19 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 94 | 200 | 0.59 | 0.53 | 0 | 0.22 | 233.45 | 0.52 | 0.55 |
| Hex | 51 | 5E | C8 | 3B | 35 | 0 | 16 | E9 | 34 | 37 |
| Octal | 121 | 136 | 310 | 73 | 65 | 0 | 26 | 351 | 64 | 67 |
| Binary | 1010001 | 1011110 | 11001000 | 111011 | 110101 | 0 | 10110 | 11101001 | 110100 | 110111 |
Color Harmonies of #515EC8
Complementary color
Monochromatic Colors of #515EC8
Black with #515EC8
Text Example
Text Example
White with #515EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515EC8; }
p { color: rgb(81,94,200); }
H1.HeaderClassName
{
color: #515EC8;
}
.AnyTagClassName
{
color: #515EC8;
}
</style>
background-color css
<style>
a { background-color: #515EC8; }
a { background-color: rgb(81,94,200); }
div.DivClassName
{
background-color: #515EC8;
}
.BgClassName
{
background-color: #515EC8;
}
</style>
border-color css
<style>
span { border-color: #515EC8; }
span { border-color: rgb(81,94,200); }
td.TdClassName
{
border-color: #515EC8;
}
.TagClassName
{
border-color: #515EC8;
}
</style>