Shades of Free Speech Blue #5254DC
Tints of Free Speech Blue #5254DC
RGB
CMYK
RGB Variations
Color information
#5254DC (or 0x5254DC) is known color: Free Speech Blue. HEX triplet: 52, 54 and DC. RGB value is (82,84,220). Sum of RGB (Red+Green+Blue) = 82+84+220=386 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.24% from 386); Green value is 84 (33.20% from 255 or 21.76% from 386); Blue value is 220 (86.33% from 255 or 56.99% from 386); Max value from RGB is 220 - color contains mainly: blue. Hex color #5254DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5254DC is #ADAB23. Grayscale: #626262. Windows color (decimal): -11381540 or 14439506. OLE color: 14439506.
HSL color Cylindrical-coordinate representation of color #5254DC: hue angle of 239.13º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5254DC is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 84 | 220 | - |
| CMYK | 0.63 | 0.62 | 0 | 0.14 |
| HSL | 239.13º | 0.66% | 0.59% | - |
| HSV(B) | 239.13º | 0.63% | 0.86% | - |
| XYZ | 19.57 | 13.3 | 69.25 | - |
| YUV | 98.91 | 196.34 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 84 | 220 | 0.63 | 0.62 | 0 | 0.14 | 239.13 | 0.66 | 0.59 |
| Hex | 52 | 54 | DC | 3F | 3E | 0 | E | EF | 42 | 3B |
| Octal | 122 | 124 | 334 | 77 | 76 | 0 | 16 | 357 | 102 | 73 |
| Binary | 1010010 | 1010100 | 11011100 | 111111 | 111110 | 0 | 1110 | 11101111 | 1000010 | 111011 |
Color Harmonies of #5254DC
Complementary color
Monochromatic Colors of #5254DC
Black with #5254DC
Text Example
Text Example
White with #5254DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5254DC; }
p { color: rgb(82,84,220); }
H1.HeaderClassName
{
color: #5254DC;
}
.AnyTagClassName
{
color: #5254DC;
}
</style>
background-color css
<style>
a { background-color: #5254DC; }
a { background-color: rgb(82,84,220); }
div.DivClassName
{
background-color: #5254DC;
}
.BgClassName
{
background-color: #5254DC;
}
</style>
border-color css
<style>
span { border-color: #5254DC; }
span { border-color: rgb(82,84,220); }
td.TdClassName
{
border-color: #5254DC;
}
.TagClassName
{
border-color: #5254DC;
}
</style>