Shades of Free Speech Blue #505FCD
Tints of Free Speech Blue #505FCD
RGB
CMYK
RGB Variations
Color information
#505FCD (or 0x505FCD) is known color: Free Speech Blue. HEX triplet: 50, 5F and CD. RGB value is (80,95,205). Sum of RGB (Red+Green+Blue) = 80+95+205=380 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.05% from 380); Green value is 95 (37.5% from 255 or 25% from 380); Blue value is 205 (80.47% from 255 or 53.95% from 380); Max value from RGB is 205 - color contains mainly: blue. Hex color #505FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505FCD is #AFA032. Grayscale: #666666. Windows color (decimal): -11509811 or 13459280. OLE color: 13459280.
HSL color Cylindrical-coordinate representation of color #505FCD: hue angle of 232.8º 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 #505FCD is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 95 | 205 | - |
| CMYK | 0.61 | 0.54 | 0 | 0.20 |
| HSL | 232.8º | 0.56% | 0.56% | - |
| HSV(B) | 232.8º | 0.61% | 0.8% | - |
| XYZ | 18.42 | 14.3 | 59.55 | - |
| YUV | 103.06 | 185.53 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 95 | 205 | 0.61 | 0.54 | 0 | 0.20 | 232.8 | 0.56 | 0.56 |
| Hex | 50 | 5F | CD | 3D | 36 | 0 | 14 | E9 | 38 | 38 |
| Octal | 120 | 137 | 315 | 75 | 66 | 0 | 24 | 351 | 70 | 70 |
| Binary | 1010000 | 1011111 | 11001101 | 111101 | 110110 | 0 | 10100 | 11101001 | 111000 | 111000 |
Color Harmonies of #505FCD
Complementary color
Monochromatic Colors of #505FCD
Black with #505FCD
Text Example
Text Example
White with #505FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505FCD; }
p { color: rgb(80,95,205); }
H1.HeaderClassName
{
color: #505FCD;
}
.AnyTagClassName
{
color: #505FCD;
}
</style>
background-color css
<style>
a { background-color: #505FCD; }
a { background-color: rgb(80,95,205); }
div.DivClassName
{
background-color: #505FCD;
}
.BgClassName
{
background-color: #505FCD;
}
</style>
border-color css
<style>
span { border-color: #505FCD; }
span { border-color: rgb(80,95,205); }
td.TdClassName
{
border-color: #505FCD;
}
.TagClassName
{
border-color: #505FCD;
}
</style>