Shades of Free Speech Blue #525ECD
Tints of Free Speech Blue #525ECD
RGB
CMYK
RGB Variations
Color information
#525ECD (or 0x525ECD) is known color: Free Speech Blue. HEX triplet: 52, 5E and CD. RGB value is (82,94,205). Sum of RGB (Red+Green+Blue) = 82+94+205=381 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.52% from 381); Green value is 94 (37.11% from 255 or 24.67% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #525ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525ECD is #ADA132. Grayscale: #666666. Windows color (decimal): -11378995 or 13459026. OLE color: 13459026.
HSL color Cylindrical-coordinate representation of color #525ECD: hue angle of 234.15º 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 #525ECD is Cyan = 0.6, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 94 | 205 | - |
| CMYK | 0.6 | 0.54 | 0 | 0.20 |
| HSL | 234.15º | 0.55% | 0.56% | - |
| HSV(B) | 234.15º | 0.6% | 0.8% | - |
| XYZ | 18.5 | 14.21 | 59.52 | - |
| YUV | 103.07 | 185.52 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 94 | 205 | 0.6 | 0.54 | 0 | 0.20 | 234.15 | 0.55 | 0.56 |
| Hex | 52 | 5E | CD | 3C | 36 | 0 | 14 | EA | 37 | 38 |
| Octal | 122 | 136 | 315 | 74 | 66 | 0 | 24 | 352 | 67 | 70 |
| Binary | 1010010 | 1011110 | 11001101 | 111100 | 110110 | 0 | 10100 | 11101010 | 110111 | 111000 |
Color Harmonies of #525ECD
Complementary color
Monochromatic Colors of #525ECD
Black with #525ECD
Text Example
Text Example
White with #525ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525ECD; }
p { color: rgb(82,94,205); }
H1.HeaderClassName
{
color: #525ECD;
}
.AnyTagClassName
{
color: #525ECD;
}
</style>
background-color css
<style>
a { background-color: #525ECD; }
a { background-color: rgb(82,94,205); }
div.DivClassName
{
background-color: #525ECD;
}
.BgClassName
{
background-color: #525ECD;
}
</style>
border-color css
<style>
span { border-color: #525ECD; }
span { border-color: rgb(82,94,205); }
td.TdClassName
{
border-color: #525ECD;
}
.TagClassName
{
border-color: #525ECD;
}
</style>