Shades of Free Speech Blue #525ED6
Tints of Free Speech Blue #525ED6
RGB
CMYK
RGB Variations
Color information
#525ED6 (or 0x525ED6) is known color: Free Speech Blue. HEX triplet: 52, 5E and D6. RGB value is (82,94,214). Sum of RGB (Red+Green+Blue) = 82+94+214=390 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.03% from 390); Green value is 94 (37.11% from 255 or 24.10% from 390); Blue value is 214 (83.98% from 255 or 54.87% from 390); Max value from RGB is 214 - color contains mainly: blue. Hex color #525ED6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525ED6 is #ADA129. Grayscale: #676767. Windows color (decimal): -11378986 or 14048850. OLE color: 14048850.
HSL color Cylindrical-coordinate representation of color #525ED6: hue angle of 234.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 #525ED6 is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 94 | 214 | - |
| CMYK | 0.62 | 0.56 | 0 | 0.16 |
| HSL | 234.55º | 0.62% | 0.58% | - |
| HSV(B) | 234.55º | 0.62% | 0.84% | - |
| XYZ | 19.62 | 14.65 | 65.41 | - |
| YUV | 104.09 | 190.02 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 94 | 214 | 0.62 | 0.56 | 0 | 0.16 | 234.55 | 0.62 | 0.58 |
| Hex | 52 | 5E | D6 | 3E | 38 | 0 | 10 | EB | 3E | 3A |
| Octal | 122 | 136 | 326 | 76 | 70 | 0 | 20 | 353 | 76 | 72 |
| Binary | 1010010 | 1011110 | 11010110 | 111110 | 111000 | 0 | 10000 | 11101011 | 111110 | 111010 |
Color Harmonies of #525ED6
Complementary color
Monochromatic Colors of #525ED6
Black with #525ED6
Text Example
Text Example
White with #525ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525ED6; }
p { color: rgb(82,94,214); }
H1.HeaderClassName
{
color: #525ED6;
}
.AnyTagClassName
{
color: #525ED6;
}
</style>
background-color css
<style>
a { background-color: #525ED6; }
a { background-color: rgb(82,94,214); }
div.DivClassName
{
background-color: #525ED6;
}
.BgClassName
{
background-color: #525ED6;
}
</style>
border-color css
<style>
span { border-color: #525ED6; }
span { border-color: rgb(82,94,214); }
td.TdClassName
{
border-color: #525ED6;
}
.TagClassName
{
border-color: #525ED6;
}
</style>