Shades of Free Speech Blue #5065CD
Tints of Free Speech Blue #5065CD
RGB
CMYK
RGB Variations
Color information
#5065CD (or 0x5065CD) is known color: Free Speech Blue. HEX triplet: 50, 65 and CD. RGB value is (80,101,205). Sum of RGB (Red+Green+Blue) = 80+101+205=386 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.73% from 386); Green value is 101 (39.84% from 255 or 26.17% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #5065CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5065CD is #AF9A32. Grayscale: #6A6A6A. Windows color (decimal): -11508275 or 13460816. OLE color: 13460816.
HSL color Cylindrical-coordinate representation of color #5065CD: hue angle of 229.92º 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 #5065CD is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 101 | 205 | - |
| CMYK | 0.61 | 0.51 | 0 | 0.20 |
| HSL | 229.92º | 0.56% | 0.56% | - |
| HSV(B) | 229.92º | 0.61% | 0.8% | - |
| XYZ | 18.98 | 15.42 | 59.73 | - |
| YUV | 106.58 | 183.54 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 101 | 205 | 0.61 | 0.51 | 0 | 0.20 | 229.92 | 0.56 | 0.56 |
| Hex | 50 | 65 | CD | 3D | 33 | 0 | 14 | E6 | 38 | 38 |
| Octal | 120 | 145 | 315 | 75 | 63 | 0 | 24 | 346 | 70 | 70 |
| Binary | 1010000 | 1100101 | 11001101 | 111101 | 110011 | 0 | 10100 | 11100110 | 111000 | 111000 |
Color Harmonies of #5065CD
Complementary color
Monochromatic Colors of #5065CD
Black with #5065CD
Text Example
Text Example
White with #5065CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5065CD; }
p { color: rgb(80,101,205); }
H1.HeaderClassName
{
color: #5065CD;
}
.AnyTagClassName
{
color: #5065CD;
}
</style>
background-color css
<style>
a { background-color: #5065CD; }
a { background-color: rgb(80,101,205); }
div.DivClassName
{
background-color: #5065CD;
}
.BgClassName
{
background-color: #5065CD;
}
</style>
border-color css
<style>
span { border-color: #5065CD; }
span { border-color: rgb(80,101,205); }
td.TdClassName
{
border-color: #5065CD;
}
.TagClassName
{
border-color: #5065CD;
}
</style>