Shades of Free Speech Blue #524ACD
Tints of Free Speech Blue #524ACD
RGB
CMYK
RGB Variations
Color information
#524ACD (or 0x524ACD) is known color: Free Speech Blue. HEX triplet: 52, 4A and CD. RGB value is (82,74,205). Sum of RGB (Red+Green+Blue) = 82+74+205=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 205 (80.47% from 255 or 56.79% from 361); Max value from RGB is 205 - color contains mainly: blue. Hex color #524ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #524ACD is #ADB532. Grayscale: #5A5A5A. Windows color (decimal): -11384115 or 13453906. OLE color: 13453906.
HSL color Cylindrical-coordinate representation of color #524ACD: hue angle of 243.66º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #524ACD is Cyan = 0.6, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 74 | 205 | - |
| CMYK | 0.6 | 0.64 | 0 | 0.20 |
| HSL | 243.66º | 0.57% | 0.55% | - |
| HSV(B) | 243.66º | 0.64% | 0.8% | - |
| XYZ | 16.95 | 11.1 | 59.01 | - |
| YUV | 91.33 | 192.15 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 74 | 205 | 0.6 | 0.64 | 0 | 0.20 | 243.66 | 0.57 | 0.55 |
| Hex | 52 | 4A | CD | 3C | 40 | 0 | 14 | F4 | 39 | 37 |
| Octal | 122 | 112 | 315 | 74 | 100 | 0 | 24 | 364 | 71 | 67 |
| Binary | 1010010 | 1001010 | 11001101 | 111100 | 1000000 | 0 | 10100 | 11110100 | 111001 | 110111 |
Color Harmonies of #524ACD
Complementary color
Monochromatic Colors of #524ACD
Black with #524ACD
Text Example
Text Example
White with #524ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524ACD; }
p { color: rgb(82,74,205); }
H1.HeaderClassName
{
color: #524ACD;
}
.AnyTagClassName
{
color: #524ACD;
}
</style>
background-color css
<style>
a { background-color: #524ACD; }
a { background-color: rgb(82,74,205); }
div.DivClassName
{
background-color: #524ACD;
}
.BgClassName
{
background-color: #524ACD;
}
</style>
border-color css
<style>
span { border-color: #524ACD; }
span { border-color: rgb(82,74,205); }
td.TdClassName
{
border-color: #524ACD;
}
.TagClassName
{
border-color: #524ACD;
}
</style>