Shades of Free Speech Blue #5252CA
Tints of Free Speech Blue #5252CA
RGB
CMYK
RGB Variations
Color information
#5252CA (or 0x5252CA) is known color: Free Speech Blue. HEX triplet: 52, 52 and CA. RGB value is (82,82,202). Sum of RGB (Red+Green+Blue) = 82+82+202=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 202 (79.30% from 255 or 55.19% from 366); Max value from RGB is 202 - color contains mainly: blue. Hex color #5252CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5252CA is #ADAD35. Grayscale: #5F5F5F. Windows color (decimal): -11382070 or 13259346. OLE color: 13259346.
HSL color Cylindrical-coordinate representation of color #5252CA: hue angle of 240º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5252CA is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 82 | 202 | - |
| CMYK | 0.59 | 0.59 | 0 | 0.21 |
| HSL | 240º | 0.53% | 0.56% | - |
| HSV(B) | 240º | 0.59% | 0.79% | - |
| XYZ | 17.16 | 12.09 | 57.31 | - |
| YUV | 95.68 | 188 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 82 | 202 | 0.59 | 0.59 | 0 | 0.21 | 240 | 0.53 | 0.56 |
| Hex | 52 | 52 | CA | 3B | 3B | 0 | 15 | F0 | 35 | 38 |
| Octal | 122 | 122 | 312 | 73 | 73 | 0 | 25 | 360 | 65 | 70 |
| Binary | 1010010 | 1010010 | 11001010 | 111011 | 111011 | 0 | 10101 | 11110000 | 110101 | 111000 |
Color Harmonies of #5252CA
Complementary color
Monochromatic Colors of #5252CA
Black with #5252CA
Text Example
Text Example
White with #5252CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5252CA; }
p { color: rgb(82,82,202); }
H1.HeaderClassName
{
color: #5252CA;
}
.AnyTagClassName
{
color: #5252CA;
}
</style>
background-color css
<style>
a { background-color: #5252CA; }
a { background-color: rgb(82,82,202); }
div.DivClassName
{
background-color: #5252CA;
}
.BgClassName
{
background-color: #5252CA;
}
</style>
border-color css
<style>
span { border-color: #5252CA; }
span { border-color: rgb(82,82,202); }
td.TdClassName
{
border-color: #5252CA;
}
.TagClassName
{
border-color: #5252CA;
}
</style>