Shades of Free Speech Blue #5155D7
Tints of Free Speech Blue #5155D7
RGB
CMYK
RGB Variations
Color information
#5155D7 (or 0x5155D7) is known color: Free Speech Blue. HEX triplet: 51, 55 and D7. RGB value is (81,85,215). Sum of RGB (Red+Green+Blue) = 81+85+215=381 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.26% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 215 (84.38% from 255 or 56.43% from 381); Max value from RGB is 215 - color contains mainly: blue. Hex color #5155D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5155D7 is #AEAA28. Grayscale: #626262. Windows color (decimal): -11446825 or 14112081. OLE color: 14112081.
HSL color Cylindrical-coordinate representation of color #5155D7: hue angle of 238.21º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5155D7 is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 81 | 85 | 215 | - |
| CMYK | 0.62 | 0.60 | 0 | 0.16 |
| HSL | 238.21º | 0.63% | 0.58% | - |
| HSV(B) | 238.21º | 0.62% | 0.84% | - |
| XYZ | 18.91 | 13.15 | 65.83 | - |
| YUV | 98.62 | 193.67 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 85 | 215 | 0.62 | 0.60 | 0 | 0.16 | 238.21 | 0.63 | 0.58 |
| Hex | 51 | 55 | D7 | 3E | 3C | 0 | 10 | EE | 3F | 3A |
| Octal | 121 | 125 | 327 | 76 | 74 | 0 | 20 | 356 | 77 | 72 |
| Binary | 1010001 | 1010101 | 11010111 | 111110 | 111100 | 0 | 10000 | 11101110 | 111111 | 111010 |
Color Harmonies of #5155D7
Complementary color
Monochromatic Colors of #5155D7
Black with #5155D7
Text Example
Text Example
White with #5155D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5155D7; }
p { color: rgb(81,85,215); }
H1.HeaderClassName
{
color: #5155D7;
}
.AnyTagClassName
{
color: #5155D7;
}
</style>
background-color css
<style>
a { background-color: #5155D7; }
a { background-color: rgb(81,85,215); }
div.DivClassName
{
background-color: #5155D7;
}
.BgClassName
{
background-color: #5155D7;
}
</style>
border-color css
<style>
span { border-color: #5155D7; }
span { border-color: rgb(81,85,215); }
td.TdClassName
{
border-color: #5155D7;
}
.TagClassName
{
border-color: #5155D7;
}
</style>