Shades of Free Speech Blue #525DD5
Tints of Free Speech Blue #525DD5
RGB
CMYK
RGB Variations
Color information
#525DD5 (or 0x525DD5) is known color: Free Speech Blue. HEX triplet: 52, 5D and D5. RGB value is (82,93,213). Sum of RGB (Red+Green+Blue) = 82+93+213=388 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.13% from 388); Green value is 93 (36.72% from 255 or 23.97% from 388); Blue value is 213 (83.59% from 255 or 54.90% from 388); Max value from RGB is 213 - color contains mainly: blue. Hex color #525DD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525DD5 is #ADA22A. Grayscale: #666666. Windows color (decimal): -11379243 or 13983058. OLE color: 13983058.
HSL color Cylindrical-coordinate representation of color #525DD5: hue angle of 234.96º degrees, saturation: 0.61, 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 #525DD5 is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 93 | 213 | - |
| CMYK | 0.62 | 0.56 | 0 | 0.16 |
| HSL | 234.96º | 0.61% | 0.58% | - |
| HSV(B) | 234.96º | 0.62% | 0.84% | - |
| XYZ | 19.4 | 14.43 | 64.71 | - |
| YUV | 103.39 | 189.86 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 213 | 0.62 | 0.56 | 0 | 0.16 | 234.96 | 0.61 | 0.58 |
| Hex | 52 | 5D | D5 | 3E | 38 | 0 | 10 | EB | 3D | 3A |
| Octal | 122 | 135 | 325 | 76 | 70 | 0 | 20 | 353 | 75 | 72 |
| Binary | 1010010 | 1011101 | 11010101 | 111110 | 111000 | 0 | 10000 | 11101011 | 111101 | 111010 |
Color Harmonies of #525DD5
Complementary color
Monochromatic Colors of #525DD5
Black with #525DD5
Text Example
Text Example
White with #525DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525DD5; }
p { color: rgb(82,93,213); }
H1.HeaderClassName
{
color: #525DD5;
}
.AnyTagClassName
{
color: #525DD5;
}
</style>
background-color css
<style>
a { background-color: #525DD5; }
a { background-color: rgb(82,93,213); }
div.DivClassName
{
background-color: #525DD5;
}
.BgClassName
{
background-color: #525DD5;
}
</style>
border-color css
<style>
span { border-color: #525DD5; }
span { border-color: rgb(82,93,213); }
td.TdClassName
{
border-color: #525DD5;
}
.TagClassName
{
border-color: #525DD5;
}
</style>