Shades of Free Speech Blue #525AD6
Tints of Free Speech Blue #525AD6
RGB
CMYK
RGB Variations
Color information
#525AD6 (or 0x525AD6) is known color: Free Speech Blue. HEX triplet: 52, 5A and D6. RGB value is (82,90,214). Sum of RGB (Red+Green+Blue) = 82+90+214=386 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.24% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 214 (83.98% from 255 or 55.44% from 386); Max value from RGB is 214 - color contains mainly: blue. Hex color #525AD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525AD6 is #ADA529. Grayscale: #656565. Windows color (decimal): -11380010 or 14047826. OLE color: 14047826.
HSL color Cylindrical-coordinate representation of color #525AD6: hue angle of 236.36º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #525AD6 is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 90 | 214 | - |
| CMYK | 0.62 | 0.58 | 0 | 0.16 |
| HSL | 236.36º | 0.62% | 0.58% | - |
| HSV(B) | 236.36º | 0.62% | 0.84% | - |
| XYZ | 19.27 | 13.96 | 65.3 | - |
| YUV | 101.74 | 191.35 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 90 | 214 | 0.62 | 0.58 | 0 | 0.16 | 236.36 | 0.62 | 0.58 |
| Hex | 52 | 5A | D6 | 3E | 3A | 0 | 10 | EC | 3E | 3A |
| Octal | 122 | 132 | 326 | 76 | 72 | 0 | 20 | 354 | 76 | 72 |
| Binary | 1010010 | 1011010 | 11010110 | 111110 | 111010 | 0 | 10000 | 11101100 | 111110 | 111010 |
Color Harmonies of #525AD6
Complementary color
Monochromatic Colors of #525AD6
Black with #525AD6
Text Example
Text Example
White with #525AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525AD6; }
p { color: rgb(82,90,214); }
H1.HeaderClassName
{
color: #525AD6;
}
.AnyTagClassName
{
color: #525AD6;
}
</style>
background-color css
<style>
a { background-color: #525AD6; }
a { background-color: rgb(82,90,214); }
div.DivClassName
{
background-color: #525AD6;
}
.BgClassName
{
background-color: #525AD6;
}
</style>
border-color css
<style>
span { border-color: #525AD6; }
span { border-color: rgb(82,90,214); }
td.TdClassName
{
border-color: #525AD6;
}
.TagClassName
{
border-color: #525AD6;
}
</style>