Shades of Free Speech Blue #525EC3
Tints of Free Speech Blue #525EC3
RGB
CMYK
RGB Variations
Color information
#525EC3 (or 0x525EC3) is known color: Free Speech Blue. HEX triplet: 52, 5E and C3. RGB value is (82,94,195). Sum of RGB (Red+Green+Blue) = 82+94+195=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 195 (76.56% from 255 or 52.56% from 371); Max value from RGB is 195 - color contains mainly: blue. Hex color #525EC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525EC3 is #ADA13C. Grayscale: #656565. Windows color (decimal): -11379005 or 12803666. OLE color: 12803666.
HSL color Cylindrical-coordinate representation of color #525EC3: hue angle of 233.63º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #525EC3 is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 94 | 195 | - |
| CMYK | 0.58 | 0.52 | 0 | 0.24 |
| HSL | 233.63º | 0.48% | 0.54% | - |
| HSV(B) | 233.63º | 0.58% | 0.76% | - |
| XYZ | 17.33 | 13.74 | 53.37 | - |
| YUV | 101.93 | 180.52 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 94 | 195 | 0.58 | 0.52 | 0 | 0.24 | 233.63 | 0.48 | 0.54 |
| Hex | 52 | 5E | C3 | 3A | 34 | 0 | 18 | EA | 30 | 36 |
| Octal | 122 | 136 | 303 | 72 | 64 | 0 | 30 | 352 | 60 | 66 |
| Binary | 1010010 | 1011110 | 11000011 | 111010 | 110100 | 0 | 11000 | 11101010 | 110000 | 110110 |
Color Harmonies of #525EC3
Complementary color
Monochromatic Colors of #525EC3
Black with #525EC3
Text Example
Text Example
White with #525EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525EC3; }
p { color: rgb(82,94,195); }
H1.HeaderClassName
{
color: #525EC3;
}
.AnyTagClassName
{
color: #525EC3;
}
</style>
background-color css
<style>
a { background-color: #525EC3; }
a { background-color: rgb(82,94,195); }
div.DivClassName
{
background-color: #525EC3;
}
.BgClassName
{
background-color: #525EC3;
}
</style>
border-color css
<style>
span { border-color: #525EC3; }
span { border-color: rgb(82,94,195); }
td.TdClassName
{
border-color: #525EC3;
}
.TagClassName
{
border-color: #525EC3;
}
</style>