Shades of Free Speech Blue #5255DD
Tints of Free Speech Blue #5255DD
RGB
CMYK
RGB Variations
Color information
#5255DD (or 0x5255DD) is known color: Free Speech Blue. HEX triplet: 52, 55 and DD. RGB value is (82,85,221). Sum of RGB (Red+Green+Blue) = 82+85+221=388 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.13% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 221 (86.72% from 255 or 56.96% from 388); Max value from RGB is 221 - color contains mainly: blue. Hex color #5255DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5255DD is #ADAA22. Grayscale: #636363. Windows color (decimal): -11381283 or 14505298. OLE color: 14505298.
HSL color Cylindrical-coordinate representation of color #5255DD: hue angle of 238.71º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5255DD is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 85 | 221 | - |
| CMYK | 0.63 | 0.62 | 0 | 0.13 |
| HSL | 238.71º | 0.67% | 0.59% | - |
| HSV(B) | 238.71º | 0.63% | 0.87% | - |
| XYZ | 19.78 | 13.51 | 69.97 | - |
| YUV | 99.61 | 196.51 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 85 | 221 | 0.63 | 0.62 | 0 | 0.13 | 238.71 | 0.67 | 0.59 |
| Hex | 52 | 55 | DD | 3F | 3E | 0 | D | EF | 43 | 3B |
| Octal | 122 | 125 | 335 | 77 | 76 | 0 | 15 | 357 | 103 | 73 |
| Binary | 1010010 | 1010101 | 11011101 | 111111 | 111110 | 0 | 1101 | 11101111 | 1000011 | 111011 |
Color Harmonies of #5255DD
Complementary color
Monochromatic Colors of #5255DD
Black with #5255DD
Text Example
Text Example
White with #5255DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5255DD; }
p { color: rgb(82,85,221); }
H1.HeaderClassName
{
color: #5255DD;
}
.AnyTagClassName
{
color: #5255DD;
}
</style>
background-color css
<style>
a { background-color: #5255DD; }
a { background-color: rgb(82,85,221); }
div.DivClassName
{
background-color: #5255DD;
}
.BgClassName
{
background-color: #5255DD;
}
</style>
border-color css
<style>
span { border-color: #5255DD; }
span { border-color: rgb(82,85,221); }
td.TdClassName
{
border-color: #5255DD;
}
.TagClassName
{
border-color: #5255DD;
}
</style>