Shades of Free Speech Blue #5256DC
Tints of Free Speech Blue #5256DC
RGB
CMYK
RGB Variations
Color information
#5256DC (or 0x5256DC) is known color: Free Speech Blue. HEX triplet: 52, 56 and DC. RGB value is (82,86,220). Sum of RGB (Red+Green+Blue) = 82+86+220=388 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.13% from 388); Green value is 86 (33.98% from 255 or 22.16% from 388); Blue value is 220 (86.33% from 255 or 56.70% from 388); Max value from RGB is 220 - color contains mainly: blue. Hex color #5256DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5256DC is #ADA923. Grayscale: #636363. Windows color (decimal): -11381028 or 14440018. OLE color: 14440018.
HSL color Cylindrical-coordinate representation of color #5256DC: hue angle of 238.26º 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 #5256DC is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 86 | 220 | - |
| CMYK | 0.63 | 0.61 | 0 | 0.14 |
| HSL | 238.26º | 0.66% | 0.59% | - |
| HSV(B) | 238.26º | 0.63% | 0.86% | - |
| XYZ | 19.73 | 13.62 | 69.3 | - |
| YUV | 100.08 | 195.67 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 86 | 220 | 0.63 | 0.61 | 0 | 0.14 | 238.26 | 0.66 | 0.59 |
| Hex | 52 | 56 | DC | 3F | 3D | 0 | E | EE | 42 | 3B |
| Octal | 122 | 126 | 334 | 77 | 75 | 0 | 16 | 356 | 102 | 73 |
| Binary | 1010010 | 1010110 | 11011100 | 111111 | 111101 | 0 | 1110 | 11101110 | 1000010 | 111011 |
Color Harmonies of #5256DC
Complementary color
Monochromatic Colors of #5256DC
Black with #5256DC
Text Example
Text Example
White with #5256DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5256DC; }
p { color: rgb(82,86,220); }
H1.HeaderClassName
{
color: #5256DC;
}
.AnyTagClassName
{
color: #5256DC;
}
</style>
background-color css
<style>
a { background-color: #5256DC; }
a { background-color: rgb(82,86,220); }
div.DivClassName
{
background-color: #5256DC;
}
.BgClassName
{
background-color: #5256DC;
}
</style>
border-color css
<style>
span { border-color: #5256DC; }
span { border-color: rgb(82,86,220); }
td.TdClassName
{
border-color: #5256DC;
}
.TagClassName
{
border-color: #5256DC;
}
</style>