Shades of Free Speech Blue #5253D7
Tints of Free Speech Blue #5253D7
RGB
CMYK
RGB Variations
Color information
#5253D7 (or 0x5253D7) is known color: Free Speech Blue. HEX triplet: 52, 53 and D7. RGB value is (82,83,215). Sum of RGB (Red+Green+Blue) = 82+83+215=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 83 (32.81% from 255 or 21.84% from 380); Blue value is 215 (84.38% from 255 or 56.58% from 380); Max value from RGB is 215 - color contains mainly: blue. Hex color #5253D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5253D7 is #ADAC28. Grayscale: #616161. Windows color (decimal): -11381801 or 14111570. OLE color: 14111570.
HSL color Cylindrical-coordinate representation of color #5253D7: hue angle of 239.55º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5253D7 is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 83 | 215 | - |
| CMYK | 0.62 | 0.61 | 0 | 0.16 |
| HSL | 239.55º | 0.62% | 0.58% | - |
| HSV(B) | 239.55º | 0.62% | 0.84% | - |
| XYZ | 18.84 | 12.89 | 65.78 | - |
| YUV | 97.75 | 194.17 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 83 | 215 | 0.62 | 0.61 | 0 | 0.16 | 239.55 | 0.62 | 0.58 |
| Hex | 52 | 53 | D7 | 3E | 3D | 0 | 10 | F0 | 3E | 3A |
| Octal | 122 | 123 | 327 | 76 | 75 | 0 | 20 | 360 | 76 | 72 |
| Binary | 1010010 | 1010011 | 11010111 | 111110 | 111101 | 0 | 10000 | 11110000 | 111110 | 111010 |
Color Harmonies of #5253D7
Complementary color
Monochromatic Colors of #5253D7
Black with #5253D7
Text Example
Text Example
White with #5253D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5253D7; }
p { color: rgb(82,83,215); }
H1.HeaderClassName
{
color: #5253D7;
}
.AnyTagClassName
{
color: #5253D7;
}
</style>
background-color css
<style>
a { background-color: #5253D7; }
a { background-color: rgb(82,83,215); }
div.DivClassName
{
background-color: #5253D7;
}
.BgClassName
{
background-color: #5253D7;
}
</style>
border-color css
<style>
span { border-color: #5253D7; }
span { border-color: rgb(82,83,215); }
td.TdClassName
{
border-color: #5253D7;
}
.TagClassName
{
border-color: #5253D7;
}
</style>