Shades of Free Speech Blue #5155BF
Tints of Free Speech Blue #5155BF
RGB
CMYK
RGB Variations
Color information
#5155BF (or 0x5155BF) is known color: Free Speech Blue. HEX triplet: 51, 55 and BF. RGB value is (81,85,191). Sum of RGB (Red+Green+Blue) = 81+85+191=357 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.69% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 191 (75% from 255 or 53.50% from 357); Max value from RGB is 191 - color contains mainly: blue. Hex color #5155BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5155BF is #AEAA40. Grayscale: #5F5F5F. Windows color (decimal): -11446849 or 12539217. OLE color: 12539217.
HSL color Cylindrical-coordinate representation of color #5155BF: hue angle of 237.82º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5155BF is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 85 | 191 | - |
| CMYK | 0.58 | 0.55 | 0 | 0.25 |
| HSL | 237.82º | 0.46% | 0.53% | - |
| HSV(B) | 237.82º | 0.58% | 0.75% | - |
| XYZ | 16.05 | 12.01 | 50.76 | - |
| YUV | 95.89 | 181.67 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 85 | 191 | 0.58 | 0.55 | 0 | 0.25 | 237.82 | 0.46 | 0.53 |
| Hex | 51 | 55 | BF | 3A | 37 | 0 | 19 | EE | 2E | 35 |
| Octal | 121 | 125 | 277 | 72 | 67 | 0 | 31 | 356 | 56 | 65 |
| Binary | 1010001 | 1010101 | 10111111 | 111010 | 110111 | 0 | 11001 | 11101110 | 101110 | 110101 |
Color Harmonies of #5155BF
Complementary color
Monochromatic Colors of #5155BF
Black with #5155BF
Text Example
Text Example
White with #5155BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5155BF; }
p { color: rgb(81,85,191); }
H1.HeaderClassName
{
color: #5155BF;
}
.AnyTagClassName
{
color: #5155BF;
}
</style>
background-color css
<style>
a { background-color: #5155BF; }
a { background-color: rgb(81,85,191); }
div.DivClassName
{
background-color: #5155BF;
}
.BgClassName
{
background-color: #5155BF;
}
</style>
border-color css
<style>
span { border-color: #5155BF; }
span { border-color: rgb(81,85,191); }
td.TdClassName
{
border-color: #5155BF;
}
.TagClassName
{
border-color: #5155BF;
}
</style>