Shades of Free Speech Blue #5253C3
Tints of Free Speech Blue #5253C3
RGB
CMYK
RGB Variations
Color information
#5253C3 (or 0x5253C3) is known color: Free Speech Blue. HEX triplet: 52, 53 and C3. RGB value is (82,83,195). Sum of RGB (Red+Green+Blue) = 82+83+195=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 195 (76.56% from 255 or 54.17% from 360); Max value from RGB is 195 - color contains mainly: blue. Hex color #5253C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5253C3 is #ADAC3C. Grayscale: #5F5F5F. Windows color (decimal): -11381821 or 12800850. OLE color: 12800850.
HSL color Cylindrical-coordinate representation of color #5253C3: hue angle of 239.47º 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 #5253C3 is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 83 | 195 | - |
| CMYK | 0.58 | 0.57 | 0 | 0.24 |
| HSL | 239.47º | 0.48% | 0.54% | - |
| HSV(B) | 239.47º | 0.58% | 0.76% | - |
| XYZ | 16.42 | 11.92 | 53.07 | - |
| YUV | 95.47 | 184.17 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 83 | 195 | 0.58 | 0.57 | 0 | 0.24 | 239.47 | 0.48 | 0.54 |
| Hex | 52 | 53 | C3 | 3A | 39 | 0 | 18 | EF | 30 | 36 |
| Octal | 122 | 123 | 303 | 72 | 71 | 0 | 30 | 357 | 60 | 66 |
| Binary | 1010010 | 1010011 | 11000011 | 111010 | 111001 | 0 | 11000 | 11101111 | 110000 | 110110 |
Color Harmonies of #5253C3
Complementary color
Monochromatic Colors of #5253C3
Black with #5253C3
Text Example
Text Example
White with #5253C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5253C3; }
p { color: rgb(82,83,195); }
H1.HeaderClassName
{
color: #5253C3;
}
.AnyTagClassName
{
color: #5253C3;
}
</style>
background-color css
<style>
a { background-color: #5253C3; }
a { background-color: rgb(82,83,195); }
div.DivClassName
{
background-color: #5253C3;
}
.BgClassName
{
background-color: #5253C3;
}
</style>
border-color css
<style>
span { border-color: #5253C3; }
span { border-color: rgb(82,83,195); }
td.TdClassName
{
border-color: #5253C3;
}
.TagClassName
{
border-color: #5253C3;
}
</style>