Shades of Free Speech Blue #5255DC
Tints of Free Speech Blue #5255DC
RGB
CMYK
RGB Variations
Color information
#5255DC (or 0x5255DC) is known color: Free Speech Blue. HEX triplet: 52, 55 and DC. RGB value is (82,85,220). Sum of RGB (Red+Green+Blue) = 82+85+220=387 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.19% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #5255DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5255DC is #ADAA23. Grayscale: #626262. Windows color (decimal): -11381284 or 14439762. OLE color: 14439762.
HSL color Cylindrical-coordinate representation of color #5255DC: hue angle of 238.7º 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 #5255DC is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 85 | 220 | - |
| CMYK | 0.63 | 0.61 | 0 | 0.14 |
| HSL | 238.7º | 0.66% | 0.59% | - |
| HSV(B) | 238.7º | 0.63% | 0.86% | - |
| XYZ | 19.65 | 13.46 | 69.27 | - |
| YUV | 99.49 | 196.01 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 85 | 220 | 0.63 | 0.61 | 0 | 0.14 | 238.7 | 0.66 | 0.59 |
| Hex | 52 | 55 | DC | 3F | 3D | 0 | E | EF | 42 | 3B |
| Octal | 122 | 125 | 334 | 77 | 75 | 0 | 16 | 357 | 102 | 73 |
| Binary | 1010010 | 1010101 | 11011100 | 111111 | 111101 | 0 | 1110 | 11101111 | 1000010 | 111011 |
Color Harmonies of #5255DC
Complementary color
Monochromatic Colors of #5255DC
Black with #5255DC
Text Example
Text Example
White with #5255DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5255DC; }
p { color: rgb(82,85,220); }
H1.HeaderClassName
{
color: #5255DC;
}
.AnyTagClassName
{
color: #5255DC;
}
</style>
background-color css
<style>
a { background-color: #5255DC; }
a { background-color: rgb(82,85,220); }
div.DivClassName
{
background-color: #5255DC;
}
.BgClassName
{
background-color: #5255DC;
}
</style>
border-color css
<style>
span { border-color: #5255DC; }
span { border-color: rgb(82,85,220); }
td.TdClassName
{
border-color: #5255DC;
}
.TagClassName
{
border-color: #5255DC;
}
</style>