Shades of Free Speech Blue #504ECD
Tints of Free Speech Blue #504ECD
RGB
CMYK
RGB Variations
Color information
#504ECD (or 0x504ECD) is known color: Free Speech Blue. HEX triplet: 50, 4E and CD. RGB value is (80,78,205). Sum of RGB (Red+Green+Blue) = 80+78+205=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #504ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504ECD is #AFB132. Grayscale: #5C5C5C. Windows color (decimal): -11514163 or 13454928. OLE color: 13454928.
HSL color Cylindrical-coordinate representation of color #504ECD: hue angle of 240.94º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #504ECD is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 78 | 205 | - |
| CMYK | 0.61 | 0.62 | 0 | 0.20 |
| HSL | 240.94º | 0.56% | 0.55% | - |
| HSV(B) | 240.94º | 0.62% | 0.8% | - |
| XYZ | 17.05 | 11.56 | 59.09 | - |
| YUV | 93.08 | 191.16 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 78 | 205 | 0.61 | 0.62 | 0 | 0.20 | 240.94 | 0.56 | 0.55 |
| Hex | 50 | 4E | CD | 3D | 3E | 0 | 14 | F1 | 38 | 37 |
| Octal | 120 | 116 | 315 | 75 | 76 | 0 | 24 | 361 | 70 | 67 |
| Binary | 1010000 | 1001110 | 11001101 | 111101 | 111110 | 0 | 10100 | 11110001 | 111000 | 110111 |
Color Harmonies of #504ECD
Complementary color
Monochromatic Colors of #504ECD
Black with #504ECD
Text Example
Text Example
White with #504ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504ECD; }
p { color: rgb(80,78,205); }
H1.HeaderClassName
{
color: #504ECD;
}
.AnyTagClassName
{
color: #504ECD;
}
</style>
background-color css
<style>
a { background-color: #504ECD; }
a { background-color: rgb(80,78,205); }
div.DivClassName
{
background-color: #504ECD;
}
.BgClassName
{
background-color: #504ECD;
}
</style>
border-color css
<style>
span { border-color: #504ECD; }
span { border-color: rgb(80,78,205); }
td.TdClassName
{
border-color: #504ECD;
}
.TagClassName
{
border-color: #504ECD;
}
</style>