Shades of Free Speech Blue #5257DA
Tints of Free Speech Blue #5257DA
RGB
CMYK
RGB Variations
Color information
#5257DA (or 0x5257DA) is known color: Free Speech Blue. HEX triplet: 52, 57 and DA. RGB value is (82,87,218). Sum of RGB (Red+Green+Blue) = 82+87+218=387 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.19% from 387); Green value is 87 (34.38% from 255 or 22.48% from 387); Blue value is 218 (85.55% from 255 or 56.33% from 387); Max value from RGB is 218 - color contains mainly: blue. Hex color #5257DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5257DA is #ADA825. Grayscale: #636363. Windows color (decimal): -11380774 or 14309202. OLE color: 14309202.
HSL color Cylindrical-coordinate representation of color #5257DA: hue angle of 237.79º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5257DA is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 87 | 218 | - |
| CMYK | 0.62 | 0.60 | 0 | 0.15 |
| HSL | 237.79º | 0.65% | 0.59% | - |
| HSV(B) | 237.79º | 0.62% | 0.85% | - |
| XYZ | 19.54 | 13.67 | 67.94 | - |
| YUV | 100.44 | 194.34 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 87 | 218 | 0.62 | 0.60 | 0 | 0.15 | 237.79 | 0.65 | 0.59 |
| Hex | 52 | 57 | DA | 3E | 3C | 0 | F | EE | 41 | 3B |
| Octal | 122 | 127 | 332 | 76 | 74 | 0 | 17 | 356 | 101 | 73 |
| Binary | 1010010 | 1010111 | 11011010 | 111110 | 111100 | 0 | 1111 | 11101110 | 1000001 | 111011 |
Color Harmonies of #5257DA
Complementary color
Monochromatic Colors of #5257DA
Black with #5257DA
Text Example
Text Example
White with #5257DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5257DA; }
p { color: rgb(82,87,218); }
H1.HeaderClassName
{
color: #5257DA;
}
.AnyTagClassName
{
color: #5257DA;
}
</style>
background-color css
<style>
a { background-color: #5257DA; }
a { background-color: rgb(82,87,218); }
div.DivClassName
{
background-color: #5257DA;
}
.BgClassName
{
background-color: #5257DA;
}
</style>
border-color css
<style>
span { border-color: #5257DA; }
span { border-color: rgb(82,87,218); }
td.TdClassName
{
border-color: #5257DA;
}
.TagClassName
{
border-color: #5257DA;
}
</style>