Shades of Free Speech Blue #5064CD
Tints of Free Speech Blue #5064CD
RGB
CMYK
RGB Variations
Color information
#5064CD (or 0x5064CD) is known color: Free Speech Blue. HEX triplet: 50, 64 and CD. RGB value is (80,100,205). Sum of RGB (Red+Green+Blue) = 80+100+205=385 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.78% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #5064CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5064CD is #AF9B32. Grayscale: #696969. Windows color (decimal): -11508531 or 13460560. OLE color: 13460560.
HSL color Cylindrical-coordinate representation of color #5064CD: hue angle of 230.4º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5064CD is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 100 | 205 | - |
| CMYK | 0.61 | 0.51 | 0 | 0.20 |
| HSL | 230.4º | 0.56% | 0.56% | - |
| HSV(B) | 230.4º | 0.61% | 0.8% | - |
| XYZ | 18.88 | 15.23 | 59.7 | - |
| YUV | 105.99 | 183.87 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 100 | 205 | 0.61 | 0.51 | 0 | 0.20 | 230.4 | 0.56 | 0.56 |
| Hex | 50 | 64 | CD | 3D | 33 | 0 | 14 | E6 | 38 | 38 |
| Octal | 120 | 144 | 315 | 75 | 63 | 0 | 24 | 346 | 70 | 70 |
| Binary | 1010000 | 1100100 | 11001101 | 111101 | 110011 | 0 | 10100 | 11100110 | 111000 | 111000 |
Color Harmonies of #5064CD
Complementary color
Monochromatic Colors of #5064CD
Black with #5064CD
Text Example
Text Example
White with #5064CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5064CD; }
p { color: rgb(80,100,205); }
H1.HeaderClassName
{
color: #5064CD;
}
.AnyTagClassName
{
color: #5064CD;
}
</style>
background-color css
<style>
a { background-color: #5064CD; }
a { background-color: rgb(80,100,205); }
div.DivClassName
{
background-color: #5064CD;
}
.BgClassName
{
background-color: #5064CD;
}
</style>
border-color css
<style>
span { border-color: #5064CD; }
span { border-color: rgb(80,100,205); }
td.TdClassName
{
border-color: #5064CD;
}
.TagClassName
{
border-color: #5064CD;
}
</style>