Shades of Free Speech Blue #5255D7
Tints of Free Speech Blue #5255D7
RGB
CMYK
RGB Variations
Color information
#5255D7 (or 0x5255D7) is known color: Free Speech Blue. HEX triplet: 52, 55 and D7. RGB value is (82,85,215). Sum of RGB (Red+Green+Blue) = 82+85+215=382 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.47% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 215 (84.38% from 255 or 56.28% from 382); Max value from RGB is 215 - color contains mainly: blue. Hex color #5255D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5255D7 is #ADAA28. Grayscale: #626262. Windows color (decimal): -11381289 or 14112082. OLE color: 14112082.
HSL color Cylindrical-coordinate representation of color #5255D7: hue angle of 238.65º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5255D7 is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 85 | 215 | - |
| CMYK | 0.62 | 0.60 | 0 | 0.16 |
| HSL | 238.65º | 0.62% | 0.58% | - |
| HSV(B) | 238.65º | 0.62% | 0.84% | - |
| XYZ | 18.99 | 13.2 | 65.84 | - |
| YUV | 98.92 | 193.51 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 85 | 215 | 0.62 | 0.60 | 0 | 0.16 | 238.65 | 0.62 | 0.58 |
| Hex | 52 | 55 | D7 | 3E | 3C | 0 | 10 | EF | 3E | 3A |
| Octal | 122 | 125 | 327 | 76 | 74 | 0 | 20 | 357 | 76 | 72 |
| Binary | 1010010 | 1010101 | 11010111 | 111110 | 111100 | 0 | 10000 | 11101111 | 111110 | 111010 |
Color Harmonies of #5255D7
Complementary color
Monochromatic Colors of #5255D7
Black with #5255D7
Text Example
Text Example
White with #5255D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5255D7; }
p { color: rgb(82,85,215); }
H1.HeaderClassName
{
color: #5255D7;
}
.AnyTagClassName
{
color: #5255D7;
}
</style>
background-color css
<style>
a { background-color: #5255D7; }
a { background-color: rgb(82,85,215); }
div.DivClassName
{
background-color: #5255D7;
}
.BgClassName
{
background-color: #5255D7;
}
</style>
border-color css
<style>
span { border-color: #5255D7; }
span { border-color: rgb(82,85,215); }
td.TdClassName
{
border-color: #5255D7;
}
.TagClassName
{
border-color: #5255D7;
}
</style>