Shades of Free Speech Blue #5155CE
Tints of Free Speech Blue #5155CE
RGB
CMYK
RGB Variations
Color information
#5155CE (or 0x5155CE) is known color: Free Speech Blue. HEX triplet: 51, 55 and CE. RGB value is (81,85,206). Sum of RGB (Red+Green+Blue) = 81+85+206=372 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.77% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 206 (80.86% from 255 or 55.38% from 372); Max value from RGB is 206 - color contains mainly: blue. Hex color #5155CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5155CE is #AEAA31. Grayscale: #616161. Windows color (decimal): -11446834 or 13522257. OLE color: 13522257.
HSL color Cylindrical-coordinate representation of color #5155CE: hue angle of 238.08º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5155CE is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 85 | 206 | - |
| CMYK | 0.61 | 0.59 | 0 | 0.19 |
| HSL | 238.08º | 0.56% | 0.56% | - |
| HSV(B) | 238.08º | 0.61% | 0.81% | - |
| XYZ | 17.78 | 12.7 | 59.91 | - |
| YUV | 97.6 | 189.17 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 85 | 206 | 0.61 | 0.59 | 0 | 0.19 | 238.08 | 0.56 | 0.56 |
| Hex | 51 | 55 | CE | 3D | 3B | 0 | 13 | EE | 38 | 38 |
| Octal | 121 | 125 | 316 | 75 | 73 | 0 | 23 | 356 | 70 | 70 |
| Binary | 1010001 | 1010101 | 11001110 | 111101 | 111011 | 0 | 10011 | 11101110 | 111000 | 111000 |
Color Harmonies of #5155CE
Complementary color
Monochromatic Colors of #5155CE
Black with #5155CE
Text Example
Text Example
White with #5155CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5155CE; }
p { color: rgb(81,85,206); }
H1.HeaderClassName
{
color: #5155CE;
}
.AnyTagClassName
{
color: #5155CE;
}
</style>
background-color css
<style>
a { background-color: #5155CE; }
a { background-color: rgb(81,85,206); }
div.DivClassName
{
background-color: #5155CE;
}
.BgClassName
{
background-color: #5155CE;
}
</style>
border-color css
<style>
span { border-color: #5155CE; }
span { border-color: rgb(81,85,206); }
td.TdClassName
{
border-color: #5155CE;
}
.TagClassName
{
border-color: #5155CE;
}
</style>