Shades of Free Speech Blue #525CC0
Tints of Free Speech Blue #525CC0
RGB
CMYK
RGB Variations
Color information
#525CC0 (or 0x525CC0) is known color: Free Speech Blue. HEX triplet: 52, 5C and C0. RGB value is (82,92,192). Sum of RGB (Red+Green+Blue) = 82+92+192=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 192 (75.39% from 255 or 52.46% from 366); Max value from RGB is 192 - color contains mainly: blue. Hex color #525CC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525CC0 is #ADA33F. Grayscale: #646464. Windows color (decimal): -11379520 or 12606546. OLE color: 12606546.
HSL color Cylindrical-coordinate representation of color #525CC0: hue angle of 234.55º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #525CC0 is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 92 | 192 | - |
| CMYK | 0.57 | 0.52 | 0 | 0.25 |
| HSL | 234.55º | 0.47% | 0.54% | - |
| HSV(B) | 234.55º | 0.57% | 0.75% | - |
| XYZ | 16.82 | 13.25 | 51.54 | - |
| YUV | 100.41 | 179.69 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 92 | 192 | 0.57 | 0.52 | 0 | 0.25 | 234.55 | 0.47 | 0.54 |
| Hex | 52 | 5C | C0 | 39 | 34 | 0 | 19 | EB | 2F | 36 |
| Octal | 122 | 134 | 300 | 71 | 64 | 0 | 31 | 353 | 57 | 66 |
| Binary | 1010010 | 1011100 | 11000000 | 111001 | 110100 | 0 | 11001 | 11101011 | 101111 | 110110 |
Color Harmonies of #525CC0
Complementary color
Monochromatic Colors of #525CC0
Black with #525CC0
Text Example
Text Example
White with #525CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525CC0; }
p { color: rgb(82,92,192); }
H1.HeaderClassName
{
color: #525CC0;
}
.AnyTagClassName
{
color: #525CC0;
}
</style>
background-color css
<style>
a { background-color: #525CC0; }
a { background-color: rgb(82,92,192); }
div.DivClassName
{
background-color: #525CC0;
}
.BgClassName
{
background-color: #525CC0;
}
</style>
border-color css
<style>
span { border-color: #525CC0; }
span { border-color: rgb(82,92,192); }
td.TdClassName
{
border-color: #525CC0;
}
.TagClassName
{
border-color: #525CC0;
}
</style>