Shades of Free Speech Blue #5060CF
Tints of Free Speech Blue #5060CF
RGB
CMYK
RGB Variations
Color information
#5060CF (or 0x5060CF) is known color: Free Speech Blue. HEX triplet: 50, 60 and CF. RGB value is (80,96,207). Sum of RGB (Red+Green+Blue) = 80+96+207=383 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.89% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #5060CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5060CF is #AF9F30. Grayscale: #676767. Windows color (decimal): -11509553 or 13590608. OLE color: 13590608.
HSL color Cylindrical-coordinate representation of color #5060CF: hue angle of 232.44º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5060CF is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 96 | 207 | - |
| CMYK | 0.61 | 0.54 | 0 | 0.19 |
| HSL | 232.44º | 0.57% | 0.56% | - |
| HSV(B) | 232.44º | 0.61% | 0.81% | - |
| XYZ | 18.75 | 14.58 | 60.86 | - |
| YUV | 103.87 | 186.2 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 96 | 207 | 0.61 | 0.54 | 0 | 0.19 | 232.44 | 0.57 | 0.56 |
| Hex | 50 | 60 | CF | 3D | 36 | 0 | 13 | E8 | 39 | 38 |
| Octal | 120 | 140 | 317 | 75 | 66 | 0 | 23 | 350 | 71 | 70 |
| Binary | 1010000 | 1100000 | 11001111 | 111101 | 110110 | 0 | 10011 | 11101000 | 111001 | 111000 |
Color Harmonies of #5060CF
Complementary color
Monochromatic Colors of #5060CF
Black with #5060CF
Text Example
Text Example
White with #5060CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5060CF; }
p { color: rgb(80,96,207); }
H1.HeaderClassName
{
color: #5060CF;
}
.AnyTagClassName
{
color: #5060CF;
}
</style>
background-color css
<style>
a { background-color: #5060CF; }
a { background-color: rgb(80,96,207); }
div.DivClassName
{
background-color: #5060CF;
}
.BgClassName
{
background-color: #5060CF;
}
</style>
border-color css
<style>
span { border-color: #5060CF; }
span { border-color: rgb(80,96,207); }
td.TdClassName
{
border-color: #5060CF;
}
.TagClassName
{
border-color: #5060CF;
}
</style>