Shades of Free Speech Blue #524ECD
Tints of Free Speech Blue #524ECD
RGB
CMYK
RGB Variations
Color information
#524ECD (or 0x524ECD) is known color: Free Speech Blue. HEX triplet: 52, 4E and CD. RGB value is (82,78,205). Sum of RGB (Red+Green+Blue) = 82+78+205=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #524ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #524ECD is #ADB132. Grayscale: #5D5D5D. Windows color (decimal): -11383091 or 13454930. OLE color: 13454930.
HSL color Cylindrical-coordinate representation of color #524ECD: hue angle of 241.89º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #524ECD is Cyan = 0.6, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 78 | 205 | - |
| CMYK | 0.6 | 0.62 | 0 | 0.20 |
| HSL | 241.89º | 0.56% | 0.55% | - |
| HSV(B) | 241.89º | 0.62% | 0.8% | - |
| XYZ | 17.22 | 11.65 | 59.1 | - |
| YUV | 93.67 | 190.83 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 78 | 205 | 0.6 | 0.62 | 0 | 0.20 | 241.89 | 0.56 | 0.55 |
| Hex | 52 | 4E | CD | 3C | 3E | 0 | 14 | F2 | 38 | 37 |
| Octal | 122 | 116 | 315 | 74 | 76 | 0 | 24 | 362 | 70 | 67 |
| Binary | 1010010 | 1001110 | 11001101 | 111100 | 111110 | 0 | 10100 | 11110010 | 111000 | 110111 |
Color Harmonies of #524ECD
Complementary color
Monochromatic Colors of #524ECD
Black with #524ECD
Text Example
Text Example
White with #524ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524ECD; }
p { color: rgb(82,78,205); }
H1.HeaderClassName
{
color: #524ECD;
}
.AnyTagClassName
{
color: #524ECD;
}
</style>
background-color css
<style>
a { background-color: #524ECD; }
a { background-color: rgb(82,78,205); }
div.DivClassName
{
background-color: #524ECD;
}
.BgClassName
{
background-color: #524ECD;
}
</style>
border-color css
<style>
span { border-color: #524ECD; }
span { border-color: rgb(82,78,205); }
td.TdClassName
{
border-color: #524ECD;
}
.TagClassName
{
border-color: #524ECD;
}
</style>