Shades of Free Speech Blue #5249CC
Tints of Free Speech Blue #5249CC
RGB
CMYK
RGB Variations
Color information
#5249CC (or 0x5249CC) is known color: Free Speech Blue. HEX triplet: 52, 49 and CC. RGB value is (82,73,204). Sum of RGB (Red+Green+Blue) = 82+73+204=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 204 (80.08% from 255 or 56.82% from 359); Max value from RGB is 204 - color contains mainly: blue. Hex color #5249CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5249CC is #ADB633. Grayscale: #5A5A5A. Windows color (decimal): -11384372 or 13388114. OLE color: 13388114.
HSL color Cylindrical-coordinate representation of color #5249CC: hue angle of 244.12º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5249CC is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 82 | 73 | 204 | - |
| CMYK | 0.60 | 0.64 | 0 | 0.2 |
| HSL | 244.12º | 0.56% | 0.54% | - |
| HSV(B) | 244.12º | 0.64% | 0.8% | - |
| XYZ | 16.76 | 10.92 | 58.35 | - |
| YUV | 90.63 | 191.98 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 73 | 204 | 0.60 | 0.64 | 0 | 0.2 | 244.12 | 0.56 | 0.54 |
| Hex | 52 | 49 | CC | 3C | 40 | 0 | 14 | F4 | 38 | 36 |
| Octal | 122 | 111 | 314 | 74 | 100 | 0 | 24 | 364 | 70 | 66 |
| Binary | 1010010 | 1001001 | 11001100 | 111100 | 1000000 | 0 | 10100 | 11110100 | 111000 | 110110 |
Color Harmonies of #5249CC
Complementary color
Monochromatic Colors of #5249CC
Black with #5249CC
Text Example
Text Example
White with #5249CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5249CC; }
p { color: rgb(82,73,204); }
H1.HeaderClassName
{
color: #5249CC;
}
.AnyTagClassName
{
color: #5249CC;
}
</style>
background-color css
<style>
a { background-color: #5249CC; }
a { background-color: rgb(82,73,204); }
div.DivClassName
{
background-color: #5249CC;
}
.BgClassName
{
background-color: #5249CC;
}
</style>
border-color css
<style>
span { border-color: #5249CC; }
span { border-color: rgb(82,73,204); }
td.TdClassName
{
border-color: #5249CC;
}
.TagClassName
{
border-color: #5249CC;
}
</style>