Shades of Free Speech Blue #5155DA
Tints of Free Speech Blue #5155DA
RGB
CMYK
RGB Variations
Color information
#5155DA (or 0x5155DA) is known color: Free Speech Blue. HEX triplet: 51, 55 and DA. RGB value is (81,85,218). Sum of RGB (Red+Green+Blue) = 81+85+218=384 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.09% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 218 (85.55% from 255 or 56.77% from 384); Max value from RGB is 218 - color contains mainly: blue. Hex color #5155DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5155DA is #AEAA25. Grayscale: #626262. Windows color (decimal): -11446822 or 14308689. OLE color: 14308689.
HSL color Cylindrical-coordinate representation of color #5155DA: hue angle of 238.25º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5155DA is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 85 | 218 | - |
| CMYK | 0.63 | 0.61 | 0 | 0.15 |
| HSL | 238.25º | 0.65% | 0.59% | - |
| HSV(B) | 238.25º | 0.63% | 0.85% | - |
| XYZ | 19.3 | 13.31 | 67.88 | - |
| YUV | 98.97 | 195.17 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 85 | 218 | 0.63 | 0.61 | 0 | 0.15 | 238.25 | 0.65 | 0.59 |
| Hex | 51 | 55 | DA | 3F | 3D | 0 | F | EE | 41 | 3B |
| Octal | 121 | 125 | 332 | 77 | 75 | 0 | 17 | 356 | 101 | 73 |
| Binary | 1010001 | 1010101 | 11011010 | 111111 | 111101 | 0 | 1111 | 11101110 | 1000001 | 111011 |
Color Harmonies of #5155DA
Complementary color
Monochromatic Colors of #5155DA
Black with #5155DA
Text Example
Text Example
White with #5155DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5155DA; }
p { color: rgb(81,85,218); }
H1.HeaderClassName
{
color: #5155DA;
}
.AnyTagClassName
{
color: #5155DA;
}
</style>
background-color css
<style>
a { background-color: #5155DA; }
a { background-color: rgb(81,85,218); }
div.DivClassName
{
background-color: #5155DA;
}
.BgClassName
{
background-color: #5155DA;
}
</style>
border-color css
<style>
span { border-color: #5155DA; }
span { border-color: rgb(81,85,218); }
td.TdClassName
{
border-color: #5155DA;
}
.TagClassName
{
border-color: #5155DA;
}
</style>