Shades of Free Speech Blue #525AD1
Tints of Free Speech Blue #525AD1
RGB
CMYK
RGB Variations
Color information
#525AD1 (or 0x525AD1) is known color: Free Speech Blue. HEX triplet: 52, 5A and D1. RGB value is (82,90,209). Sum of RGB (Red+Green+Blue) = 82+90+209=381 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.52% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 209 (82.03% from 255 or 54.86% from 381); Max value from RGB is 209 - color contains mainly: blue. Hex color #525AD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525AD1 is #ADA52E. Grayscale: #646464. Windows color (decimal): -11380015 or 13720146. OLE color: 13720146.
HSL color Cylindrical-coordinate representation of color #525AD1: hue angle of 236.22º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #525AD1 is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 90 | 209 | - |
| CMYK | 0.61 | 0.57 | 0 | 0.18 |
| HSL | 236.22º | 0.58% | 0.57% | - |
| HSV(B) | 236.22º | 0.61% | 0.82% | - |
| XYZ | 18.64 | 13.71 | 61.99 | - |
| YUV | 101.17 | 188.85 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 90 | 209 | 0.61 | 0.57 | 0 | 0.18 | 236.22 | 0.58 | 0.57 |
| Hex | 52 | 5A | D1 | 3D | 39 | 0 | 12 | EC | 3A | 39 |
| Octal | 122 | 132 | 321 | 75 | 71 | 0 | 22 | 354 | 72 | 71 |
| Binary | 1010010 | 1011010 | 11010001 | 111101 | 111001 | 0 | 10010 | 11101100 | 111010 | 111001 |
Color Harmonies of #525AD1
Complementary color
Monochromatic Colors of #525AD1
Black with #525AD1
Text Example
Text Example
White with #525AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525AD1; }
p { color: rgb(82,90,209); }
H1.HeaderClassName
{
color: #525AD1;
}
.AnyTagClassName
{
color: #525AD1;
}
</style>
background-color css
<style>
a { background-color: #525AD1; }
a { background-color: rgb(82,90,209); }
div.DivClassName
{
background-color: #525AD1;
}
.BgClassName
{
background-color: #525AD1;
}
</style>
border-color css
<style>
span { border-color: #525AD1; }
span { border-color: rgb(82,90,209); }
td.TdClassName
{
border-color: #525AD1;
}
.TagClassName
{
border-color: #525AD1;
}
</style>