Shades of Free Speech Blue #525DD4
Tints of Free Speech Blue #525DD4
RGB
CMYK
RGB Variations
Color information
#525DD4 (or 0x525DD4) is known color: Free Speech Blue. HEX triplet: 52, 5D and D4. RGB value is (82,93,212). Sum of RGB (Red+Green+Blue) = 82+93+212=387 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.19% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 212 (83.20% from 255 or 54.78% from 387); Max value from RGB is 212 - color contains mainly: blue. Hex color #525DD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525DD4 is #ADA22B. Grayscale: #666666. Windows color (decimal): -11379244 or 13917522. OLE color: 13917522.
HSL color Cylindrical-coordinate representation of color #525DD4: hue angle of 234.92º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #525DD4 is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 82 | 93 | 212 | - |
| CMYK | 0.61 | 0.56 | 0 | 0.17 |
| HSL | 234.92º | 0.6% | 0.58% | - |
| HSV(B) | 234.92º | 0.61% | 0.83% | - |
| XYZ | 19.28 | 14.38 | 64.05 | - |
| YUV | 103.28 | 189.36 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 212 | 0.61 | 0.56 | 0 | 0.17 | 234.92 | 0.6 | 0.58 |
| Hex | 52 | 5D | D4 | 3D | 38 | 0 | 11 | EB | 3C | 3A |
| Octal | 122 | 135 | 324 | 75 | 70 | 0 | 21 | 353 | 74 | 72 |
| Binary | 1010010 | 1011101 | 11010100 | 111101 | 111000 | 0 | 10001 | 11101011 | 111100 | 111010 |
Color Harmonies of #525DD4
Complementary color
Monochromatic Colors of #525DD4
Black with #525DD4
Text Example
Text Example
White with #525DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525DD4; }
p { color: rgb(82,93,212); }
H1.HeaderClassName
{
color: #525DD4;
}
.AnyTagClassName
{
color: #525DD4;
}
</style>
background-color css
<style>
a { background-color: #525DD4; }
a { background-color: rgb(82,93,212); }
div.DivClassName
{
background-color: #525DD4;
}
.BgClassName
{
background-color: #525DD4;
}
</style>
border-color css
<style>
span { border-color: #525DD4; }
span { border-color: rgb(82,93,212); }
td.TdClassName
{
border-color: #525DD4;
}
.TagClassName
{
border-color: #525DD4;
}
</style>