Shades of Free Speech Blue #525DD2
Tints of Free Speech Blue #525DD2
RGB
CMYK
RGB Variations
Color information
#525DD2 (or 0x525DD2) is known color: Free Speech Blue. HEX triplet: 52, 5D and D2. RGB value is (82,93,210). Sum of RGB (Red+Green+Blue) = 82+93+210=385 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.30% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 210 (82.42% from 255 or 54.55% from 385); Max value from RGB is 210 - color contains mainly: blue. Hex color #525DD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525DD2 is #ADA22D. Grayscale: #666666. Windows color (decimal): -11379246 or 13786450. OLE color: 13786450.
HSL color Cylindrical-coordinate representation of color #525DD2: hue angle of 234.84º degrees, saturation: 0.59, 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 #525DD2 is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 93 | 210 | - |
| CMYK | 0.61 | 0.56 | 0 | 0.18 |
| HSL | 234.84º | 0.59% | 0.57% | - |
| HSV(B) | 234.84º | 0.61% | 0.82% | - |
| XYZ | 19.03 | 14.28 | 62.73 | - |
| YUV | 103.05 | 188.36 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 210 | 0.61 | 0.56 | 0 | 0.18 | 234.84 | 0.59 | 0.57 |
| Hex | 52 | 5D | D2 | 3D | 38 | 0 | 12 | EB | 3B | 39 |
| Octal | 122 | 135 | 322 | 75 | 70 | 0 | 22 | 353 | 73 | 71 |
| Binary | 1010010 | 1011101 | 11010010 | 111101 | 111000 | 0 | 10010 | 11101011 | 111011 | 111001 |
Color Harmonies of #525DD2
Complementary color
Monochromatic Colors of #525DD2
Black with #525DD2
Text Example
Text Example
White with #525DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525DD2; }
p { color: rgb(82,93,210); }
H1.HeaderClassName
{
color: #525DD2;
}
.AnyTagClassName
{
color: #525DD2;
}
</style>
background-color css
<style>
a { background-color: #525DD2; }
a { background-color: rgb(82,93,210); }
div.DivClassName
{
background-color: #525DD2;
}
.BgClassName
{
background-color: #525DD2;
}
</style>
border-color css
<style>
span { border-color: #525DD2; }
span { border-color: rgb(82,93,210); }
td.TdClassName
{
border-color: #525DD2;
}
.TagClassName
{
border-color: #525DD2;
}
</style>