Shades of Free Speech Blue #524ED2
Tints of Free Speech Blue #524ED2
RGB
CMYK
RGB Variations
Color information
#524ED2 (or 0x524ED2) is known color: Free Speech Blue. HEX triplet: 52, 4E and D2. RGB value is (82,78,210). Sum of RGB (Red+Green+Blue) = 82+78+210=370 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.16% from 370); Green value is 78 (30.86% from 255 or 21.08% from 370); Blue value is 210 (82.42% from 255 or 56.76% from 370); Max value from RGB is 210 - color contains mainly: blue. Hex color #524ED2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #524ED2 is #ADB12D. Grayscale: #5D5D5D. Windows color (decimal): -11383086 or 13782610. OLE color: 13782610.
HSL color Cylindrical-coordinate representation of color #524ED2: hue angle of 241.82º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #524ED2 is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 78 | 210 | - |
| CMYK | 0.61 | 0.63 | 0 | 0.18 |
| HSL | 241.82º | 0.59% | 0.56% | - |
| HSV(B) | 241.82º | 0.63% | 0.82% | - |
| XYZ | 17.84 | 11.9 | 62.33 | - |
| YUV | 94.24 | 193.33 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 78 | 210 | 0.61 | 0.63 | 0 | 0.18 | 241.82 | 0.59 | 0.56 |
| Hex | 52 | 4E | D2 | 3D | 3F | 0 | 12 | F2 | 3B | 38 |
| Octal | 122 | 116 | 322 | 75 | 77 | 0 | 22 | 362 | 73 | 70 |
| Binary | 1010010 | 1001110 | 11010010 | 111101 | 111111 | 0 | 10010 | 11110010 | 111011 | 111000 |
Color Harmonies of #524ED2
Complementary color
Monochromatic Colors of #524ED2
Black with #524ED2
Text Example
Text Example
White with #524ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524ED2; }
p { color: rgb(82,78,210); }
H1.HeaderClassName
{
color: #524ED2;
}
.AnyTagClassName
{
color: #524ED2;
}
</style>
background-color css
<style>
a { background-color: #524ED2; }
a { background-color: rgb(82,78,210); }
div.DivClassName
{
background-color: #524ED2;
}
.BgClassName
{
background-color: #524ED2;
}
</style>
border-color css
<style>
span { border-color: #524ED2; }
span { border-color: rgb(82,78,210); }
td.TdClassName
{
border-color: #524ED2;
}
.TagClassName
{
border-color: #524ED2;
}
</style>