Shades of Free Speech Blue #5256DA
Tints of Free Speech Blue #5256DA
RGB
CMYK
RGB Variations
Color information
#5256DA (or 0x5256DA) is known color: Free Speech Blue. HEX triplet: 52, 56 and DA. RGB value is (82,86,218). Sum of RGB (Red+Green+Blue) = 82+86+218=386 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.24% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 218 (85.55% from 255 or 56.48% from 386); Max value from RGB is 218 - color contains mainly: blue. Hex color #5256DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5256DA is #ADA925. Grayscale: #636363. Windows color (decimal): -11381030 or 14308946. OLE color: 14308946.
HSL color Cylindrical-coordinate representation of color #5256DA: hue angle of 238.24º 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 #5256DA is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 86 | 218 | - |
| CMYK | 0.62 | 0.61 | 0 | 0.15 |
| HSL | 238.24º | 0.65% | 0.59% | - |
| HSV(B) | 238.24º | 0.62% | 0.85% | - |
| XYZ | 19.46 | 13.51 | 67.91 | - |
| YUV | 99.85 | 194.67 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 86 | 218 | 0.62 | 0.61 | 0 | 0.15 | 238.24 | 0.65 | 0.59 |
| Hex | 52 | 56 | DA | 3E | 3D | 0 | F | EE | 41 | 3B |
| Octal | 122 | 126 | 332 | 76 | 75 | 0 | 17 | 356 | 101 | 73 |
| Binary | 1010010 | 1010110 | 11011010 | 111110 | 111101 | 0 | 1111 | 11101110 | 1000001 | 111011 |
Color Harmonies of #5256DA
Complementary color
Monochromatic Colors of #5256DA
Black with #5256DA
Text Example
Text Example
White with #5256DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5256DA; }
p { color: rgb(82,86,218); }
H1.HeaderClassName
{
color: #5256DA;
}
.AnyTagClassName
{
color: #5256DA;
}
</style>
background-color css
<style>
a { background-color: #5256DA; }
a { background-color: rgb(82,86,218); }
div.DivClassName
{
background-color: #5256DA;
}
.BgClassName
{
background-color: #5256DA;
}
</style>
border-color css
<style>
span { border-color: #5256DA; }
span { border-color: rgb(82,86,218); }
td.TdClassName
{
border-color: #5256DA;
}
.TagClassName
{
border-color: #5256DA;
}
</style>