Shades of Free Speech Blue #5155BE
Tints of Free Speech Blue #5155BE
RGB
CMYK
RGB Variations
Color information
#5155BE (or 0x5155BE) is known color: Free Speech Blue. HEX triplet: 51, 55 and BE. RGB value is (81,85,190). Sum of RGB (Red+Green+Blue) = 81+85+190=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 190 (74.61% from 255 or 53.37% from 356); Max value from RGB is 190 - color contains mainly: blue. Hex color #5155BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5155BE is #AEAA41. Grayscale: #5F5F5F. Windows color (decimal): -11446850 or 12473681. OLE color: 12473681.
HSL color Cylindrical-coordinate representation of color #5155BE: hue angle of 237.8º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5155BE is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 85 | 190 | - |
| CMYK | 0.57 | 0.55 | 0 | 0.25 |
| HSL | 237.8º | 0.46% | 0.53% | - |
| HSV(B) | 237.8º | 0.57% | 0.75% | - |
| XYZ | 15.94 | 11.96 | 50.18 | - |
| YUV | 95.77 | 181.17 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 85 | 190 | 0.57 | 0.55 | 0 | 0.25 | 237.8 | 0.46 | 0.53 |
| Hex | 51 | 55 | BE | 39 | 37 | 0 | 19 | EE | 2E | 35 |
| Octal | 121 | 125 | 276 | 71 | 67 | 0 | 31 | 356 | 56 | 65 |
| Binary | 1010001 | 1010101 | 10111110 | 111001 | 110111 | 0 | 11001 | 11101110 | 101110 | 110101 |
Color Harmonies of #5155BE
Complementary color
Monochromatic Colors of #5155BE
Black with #5155BE
Text Example
Text Example
White with #5155BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5155BE; }
p { color: rgb(81,85,190); }
H1.HeaderClassName
{
color: #5155BE;
}
.AnyTagClassName
{
color: #5155BE;
}
</style>
background-color css
<style>
a { background-color: #5155BE; }
a { background-color: rgb(81,85,190); }
div.DivClassName
{
background-color: #5155BE;
}
.BgClassName
{
background-color: #5155BE;
}
</style>
border-color css
<style>
span { border-color: #5155BE; }
span { border-color: rgb(81,85,190); }
td.TdClassName
{
border-color: #5155BE;
}
.TagClassName
{
border-color: #5155BE;
}
</style>