Shades of Free Speech Blue #505DC0
Tints of Free Speech Blue #505DC0
RGB
CMYK
RGB Variations
Color information
#505DC0 (or 0x505DC0) is known color: Free Speech Blue. HEX triplet: 50, 5D and C0. RGB value is (80,93,192). Sum of RGB (Red+Green+Blue) = 80+93+192=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 192 (75.39% from 255 or 52.60% from 365); Max value from RGB is 192 - color contains mainly: blue. Hex color #505DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505DC0 is #AFA23F. Grayscale: #636363. Windows color (decimal): -11510336 or 12606800. OLE color: 12606800.
HSL color Cylindrical-coordinate representation of color #505DC0: hue angle of 233.04º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #505DC0 is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 93 | 192 | - |
| CMYK | 0.58 | 0.52 | 0 | 0.25 |
| HSL | 233.04º | 0.47% | 0.53% | - |
| HSV(B) | 233.04º | 0.58% | 0.75% | - |
| XYZ | 16.74 | 13.34 | 51.56 | - |
| YUV | 100.4 | 179.69 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 93 | 192 | 0.58 | 0.52 | 0 | 0.25 | 233.04 | 0.47 | 0.53 |
| Hex | 50 | 5D | C0 | 3A | 34 | 0 | 19 | E9 | 2F | 35 |
| Octal | 120 | 135 | 300 | 72 | 64 | 0 | 31 | 351 | 57 | 65 |
| Binary | 1010000 | 1011101 | 11000000 | 111010 | 110100 | 0 | 11001 | 11101001 | 101111 | 110101 |
Color Harmonies of #505DC0
Complementary color
Monochromatic Colors of #505DC0
Black with #505DC0
Text Example
Text Example
White with #505DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505DC0; }
p { color: rgb(80,93,192); }
H1.HeaderClassName
{
color: #505DC0;
}
.AnyTagClassName
{
color: #505DC0;
}
</style>
background-color css
<style>
a { background-color: #505DC0; }
a { background-color: rgb(80,93,192); }
div.DivClassName
{
background-color: #505DC0;
}
.BgClassName
{
background-color: #505DC0;
}
</style>
border-color css
<style>
span { border-color: #505DC0; }
span { border-color: rgb(80,93,192); }
td.TdClassName
{
border-color: #505DC0;
}
.TagClassName
{
border-color: #505DC0;
}
</style>