Shades of Free Speech Blue #504CC5
Tints of Free Speech Blue #504CC5
RGB
CMYK
RGB Variations
Color information
#504CC5 (or 0x504CC5) is known color: Free Speech Blue. HEX triplet: 50, 4C and C5. RGB value is (80,76,197). Sum of RGB (Red+Green+Blue) = 80+76+197=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 76 (30.08% from 255 or 21.53% from 353); Blue value is 197 (77.34% from 255 or 55.81% from 353); Max value from RGB is 197 - color contains mainly: blue. Hex color #504CC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504CC5 is #AFB33A. Grayscale: #5A5A5A. Windows color (decimal): -11514683 or 12930128. OLE color: 12930128.
HSL color Cylindrical-coordinate representation of color #504CC5: hue angle of 241.98º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #504CC5 is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 80 | 76 | 197 | - |
| CMYK | 0.59 | 0.61 | 0 | 0.23 |
| HSL | 241.98º | 0.51% | 0.54% | - |
| HSV(B) | 241.98º | 0.61% | 0.77% | - |
| XYZ | 15.97 | 10.91 | 54.09 | - |
| YUV | 90.99 | 187.83 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 76 | 197 | 0.59 | 0.61 | 0 | 0.23 | 241.98 | 0.51 | 0.54 |
| Hex | 50 | 4C | C5 | 3B | 3D | 0 | 17 | F2 | 33 | 36 |
| Octal | 120 | 114 | 305 | 73 | 75 | 0 | 27 | 362 | 63 | 66 |
| Binary | 1010000 | 1001100 | 11000101 | 111011 | 111101 | 0 | 10111 | 11110010 | 110011 | 110110 |
Color Harmonies of #504CC5
Complementary color
Monochromatic Colors of #504CC5
Black with #504CC5
Text Example
Text Example
White with #504CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504CC5; }
p { color: rgb(80,76,197); }
H1.HeaderClassName
{
color: #504CC5;
}
.AnyTagClassName
{
color: #504CC5;
}
</style>
background-color css
<style>
a { background-color: #504CC5; }
a { background-color: rgb(80,76,197); }
div.DivClassName
{
background-color: #504CC5;
}
.BgClassName
{
background-color: #504CC5;
}
</style>
border-color css
<style>
span { border-color: #504CC5; }
span { border-color: rgb(80,76,197); }
td.TdClassName
{
border-color: #504CC5;
}
.TagClassName
{
border-color: #504CC5;
}
</style>