Shades of Free Speech Blue #5256CD
Tints of Free Speech Blue #5256CD
RGB
CMYK
RGB Variations
Color information
#5256CD (or 0x5256CD) is known color: Free Speech Blue. HEX triplet: 52, 56 and CD. RGB value is (82,86,205). Sum of RGB (Red+Green+Blue) = 82+86+205=373 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.98% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 205 (80.47% from 255 or 54.96% from 373); Max value from RGB is 205 - color contains mainly: blue. Hex color #5256CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5256CD is #ADA932. Grayscale: #616161. Windows color (decimal): -11381043 or 13456978. OLE color: 13456978.
HSL color Cylindrical-coordinate representation of color #5256CD: hue angle of 238.05º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5256CD is Cyan = 0.6, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 86 | 205 | - |
| CMYK | 0.6 | 0.58 | 0 | 0.20 |
| HSL | 238.05º | 0.55% | 0.56% | - |
| HSV(B) | 238.05º | 0.6% | 0.8% | - |
| XYZ | 17.83 | 12.86 | 59.3 | - |
| YUV | 98.37 | 188.17 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 86 | 205 | 0.6 | 0.58 | 0 | 0.20 | 238.05 | 0.55 | 0.56 |
| Hex | 52 | 56 | CD | 3C | 3A | 0 | 14 | EE | 37 | 38 |
| Octal | 122 | 126 | 315 | 74 | 72 | 0 | 24 | 356 | 67 | 70 |
| Binary | 1010010 | 1010110 | 11001101 | 111100 | 111010 | 0 | 10100 | 11101110 | 110111 | 111000 |
Color Harmonies of #5256CD
Complementary color
Monochromatic Colors of #5256CD
Black with #5256CD
Text Example
Text Example
White with #5256CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5256CD; }
p { color: rgb(82,86,205); }
H1.HeaderClassName
{
color: #5256CD;
}
.AnyTagClassName
{
color: #5256CD;
}
</style>
background-color css
<style>
a { background-color: #5256CD; }
a { background-color: rgb(82,86,205); }
div.DivClassName
{
background-color: #5256CD;
}
.BgClassName
{
background-color: #5256CD;
}
</style>
border-color css
<style>
span { border-color: #5256CD; }
span { border-color: rgb(82,86,205); }
td.TdClassName
{
border-color: #5256CD;
}
.TagClassName
{
border-color: #5256CD;
}
</style>