Shades of Free Speech Blue #524BCD
Tints of Free Speech Blue #524BCD
RGB
CMYK
RGB Variations
Color information
#524BCD (or 0x524BCD) is known color: Free Speech Blue. HEX triplet: 52, 4B and CD. RGB value is (82,75,205). Sum of RGB (Red+Green+Blue) = 82+75+205=362 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.65% from 362); Green value is 75 (29.69% from 255 or 20.72% from 362); Blue value is 205 (80.47% from 255 or 56.63% from 362); Max value from RGB is 205 - color contains mainly: blue. Hex color #524BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #524BCD is #ADB432. Grayscale: #5B5B5B. Windows color (decimal): -11383859 or 13454162. OLE color: 13454162.
HSL color Cylindrical-coordinate representation of color #524BCD: hue angle of 243.23º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #524BCD is Cyan = 0.6, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 75 | 205 | - |
| CMYK | 0.6 | 0.63 | 0 | 0.20 |
| HSL | 243.23º | 0.57% | 0.55% | - |
| HSV(B) | 243.23º | 0.63% | 0.8% | - |
| XYZ | 17.02 | 11.23 | 59.03 | - |
| YUV | 91.91 | 191.82 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 75 | 205 | 0.6 | 0.63 | 0 | 0.20 | 243.23 | 0.57 | 0.55 |
| Hex | 52 | 4B | CD | 3C | 3F | 0 | 14 | F3 | 39 | 37 |
| Octal | 122 | 113 | 315 | 74 | 77 | 0 | 24 | 363 | 71 | 67 |
| Binary | 1010010 | 1001011 | 11001101 | 111100 | 111111 | 0 | 10100 | 11110011 | 111001 | 110111 |
Color Harmonies of #524BCD
Complementary color
Monochromatic Colors of #524BCD
Black with #524BCD
Text Example
Text Example
White with #524BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524BCD; }
p { color: rgb(82,75,205); }
H1.HeaderClassName
{
color: #524BCD;
}
.AnyTagClassName
{
color: #524BCD;
}
</style>
background-color css
<style>
a { background-color: #524BCD; }
a { background-color: rgb(82,75,205); }
div.DivClassName
{
background-color: #524BCD;
}
.BgClassName
{
background-color: #524BCD;
}
</style>
border-color css
<style>
span { border-color: #524BCD; }
span { border-color: rgb(82,75,205); }
td.TdClassName
{
border-color: #524BCD;
}
.TagClassName
{
border-color: #524BCD;
}
</style>