Shades of Free Speech Blue #5253C9
Tints of Free Speech Blue #5253C9
RGB
CMYK
RGB Variations
Color information
#5253C9 (or 0x5253C9) is known color: Free Speech Blue. HEX triplet: 52, 53 and C9. RGB value is (82,83,201). Sum of RGB (Red+Green+Blue) = 82+83+201=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 201 (78.91% from 255 or 54.92% from 366); Max value from RGB is 201 - color contains mainly: blue. Hex color #5253C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5253C9 is #ADAC36. Grayscale: #5F5F5F. Windows color (decimal): -11381815 or 13194066. OLE color: 13194066.
HSL color Cylindrical-coordinate representation of color #5253C9: hue angle of 239.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5253C9 is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 83 | 201 | - |
| CMYK | 0.59 | 0.59 | 0 | 0.21 |
| HSL | 239.5º | 0.52% | 0.55% | - |
| HSV(B) | 239.5º | 0.59% | 0.79% | - |
| XYZ | 17.12 | 12.2 | 56.71 | - |
| YUV | 96.15 | 187.17 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 83 | 201 | 0.59 | 0.59 | 0 | 0.21 | 239.5 | 0.52 | 0.55 |
| Hex | 52 | 53 | C9 | 3B | 3B | 0 | 15 | EF | 34 | 37 |
| Octal | 122 | 123 | 311 | 73 | 73 | 0 | 25 | 357 | 64 | 67 |
| Binary | 1010010 | 1010011 | 11001001 | 111011 | 111011 | 0 | 10101 | 11101111 | 110100 | 110111 |
Color Harmonies of #5253C9
Complementary color
Monochromatic Colors of #5253C9
Black with #5253C9
Text Example
Text Example
White with #5253C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5253C9; }
p { color: rgb(82,83,201); }
H1.HeaderClassName
{
color: #5253C9;
}
.AnyTagClassName
{
color: #5253C9;
}
</style>
background-color css
<style>
a { background-color: #5253C9; }
a { background-color: rgb(82,83,201); }
div.DivClassName
{
background-color: #5253C9;
}
.BgClassName
{
background-color: #5253C9;
}
</style>
border-color css
<style>
span { border-color: #5253C9; }
span { border-color: rgb(82,83,201); }
td.TdClassName
{
border-color: #5253C9;
}
.TagClassName
{
border-color: #5253C9;
}
</style>