Shades of Free Speech Blue #525ED5
Tints of Free Speech Blue #525ED5
RGB
CMYK
RGB Variations
Color information
#525ED5 (or 0x525ED5) is known color: Free Speech Blue. HEX triplet: 52, 5E and D5. RGB value is (82,94,213). Sum of RGB (Red+Green+Blue) = 82+94+213=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 213 (83.59% from 255 or 54.76% from 389); Max value from RGB is 213 - color contains mainly: blue. Hex color #525ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525ED5 is #ADA12A. Grayscale: #676767. Windows color (decimal): -11378987 or 13983314. OLE color: 13983314.
HSL color Cylindrical-coordinate representation of color #525ED5: hue angle of 234.5º degrees, saturation: 0.61, 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 #525ED5 is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 94 | 213 | - |
| CMYK | 0.62 | 0.56 | 0 | 0.16 |
| HSL | 234.5º | 0.61% | 0.58% | - |
| HSV(B) | 234.5º | 0.62% | 0.84% | - |
| XYZ | 19.49 | 14.6 | 64.74 | - |
| YUV | 103.98 | 189.52 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 94 | 213 | 0.62 | 0.56 | 0 | 0.16 | 234.5 | 0.61 | 0.58 |
| Hex | 52 | 5E | D5 | 3E | 38 | 0 | 10 | EB | 3D | 3A |
| Octal | 122 | 136 | 325 | 76 | 70 | 0 | 20 | 353 | 75 | 72 |
| Binary | 1010010 | 1011110 | 11010101 | 111110 | 111000 | 0 | 10000 | 11101011 | 111101 | 111010 |
Color Harmonies of #525ED5
Complementary color
Monochromatic Colors of #525ED5
Black with #525ED5
Text Example
Text Example
White with #525ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525ED5; }
p { color: rgb(82,94,213); }
H1.HeaderClassName
{
color: #525ED5;
}
.AnyTagClassName
{
color: #525ED5;
}
</style>
background-color css
<style>
a { background-color: #525ED5; }
a { background-color: rgb(82,94,213); }
div.DivClassName
{
background-color: #525ED5;
}
.BgClassName
{
background-color: #525ED5;
}
</style>
border-color css
<style>
span { border-color: #525ED5; }
span { border-color: rgb(82,94,213); }
td.TdClassName
{
border-color: #525ED5;
}
.TagClassName
{
border-color: #525ED5;
}
</style>