Shades of Free Speech Blue #525DCD
Tints of Free Speech Blue #525DCD
RGB
CMYK
RGB Variations
Color information
#525DCD (or 0x525DCD) is known color: Free Speech Blue. HEX triplet: 52, 5D and CD. RGB value is (82,93,205). Sum of RGB (Red+Green+Blue) = 82+93+205=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 93 (36.72% from 255 or 24.47% from 380); Blue value is 205 (80.47% from 255 or 53.95% from 380); Max value from RGB is 205 - color contains mainly: blue. Hex color #525DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525DCD is #ADA232. Grayscale: #666666. Windows color (decimal): -11379251 or 13458770. OLE color: 13458770.
HSL color Cylindrical-coordinate representation of color #525DCD: hue angle of 234.63º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #525DCD is Cyan = 0.6, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 93 | 205 | - |
| CMYK | 0.6 | 0.55 | 0 | 0.20 |
| HSL | 234.63º | 0.55% | 0.56% | - |
| HSV(B) | 234.63º | 0.6% | 0.8% | - |
| XYZ | 18.41 | 14.03 | 59.5 | - |
| YUV | 102.48 | 185.86 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 205 | 0.6 | 0.55 | 0 | 0.20 | 234.63 | 0.55 | 0.56 |
| Hex | 52 | 5D | CD | 3C | 37 | 0 | 14 | EB | 37 | 38 |
| Octal | 122 | 135 | 315 | 74 | 67 | 0 | 24 | 353 | 67 | 70 |
| Binary | 1010010 | 1011101 | 11001101 | 111100 | 110111 | 0 | 10100 | 11101011 | 110111 | 111000 |
Color Harmonies of #525DCD
Complementary color
Monochromatic Colors of #525DCD
Black with #525DCD
Text Example
Text Example
White with #525DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525DCD; }
p { color: rgb(82,93,205); }
H1.HeaderClassName
{
color: #525DCD;
}
.AnyTagClassName
{
color: #525DCD;
}
</style>
background-color css
<style>
a { background-color: #525DCD; }
a { background-color: rgb(82,93,205); }
div.DivClassName
{
background-color: #525DCD;
}
.BgClassName
{
background-color: #525DCD;
}
</style>
border-color css
<style>
span { border-color: #525DCD; }
span { border-color: rgb(82,93,205); }
td.TdClassName
{
border-color: #525DCD;
}
.TagClassName
{
border-color: #525DCD;
}
</style>