Shades of Free Speech Blue #504ADC
Tints of Free Speech Blue #504ADC
RGB
CMYK
RGB Variations
Color information
#504ADC (or 0x504ADC) is known color: Free Speech Blue. HEX triplet: 50, 4A and DC. RGB value is (80,74,220). Sum of RGB (Red+Green+Blue) = 80+74+220=374 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.39% from 374); Green value is 74 (29.30% from 255 or 19.79% from 374); Blue value is 220 (86.33% from 255 or 58.82% from 374); Max value from RGB is 220 - color contains mainly: blue. Hex color #504ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504ADC is #AFB523. Grayscale: #5B5B5B. Windows color (decimal): -11515172 or 14436944. OLE color: 14436944.
HSL color Cylindrical-coordinate representation of color #504ADC: hue angle of 242.47º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #504ADC is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 74 | 220 | - |
| CMYK | 0.64 | 0.66 | 0 | 0.14 |
| HSL | 242.47º | 0.68% | 0.58% | - |
| HSV(B) | 242.47º | 0.66% | 0.86% | - |
| XYZ | 18.68 | 11.77 | 69 | - |
| YUV | 92.44 | 199.99 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 74 | 220 | 0.64 | 0.66 | 0 | 0.14 | 242.47 | 0.68 | 0.58 |
| Hex | 50 | 4A | DC | 40 | 42 | 0 | E | F2 | 44 | 3A |
| Octal | 120 | 112 | 334 | 100 | 102 | 0 | 16 | 362 | 104 | 72 |
| Binary | 1010000 | 1001010 | 11011100 | 1000000 | 1000010 | 0 | 1110 | 11110010 | 1000100 | 111010 |
Color Harmonies of #504ADC
Complementary color
Monochromatic Colors of #504ADC
Black with #504ADC
Text Example
Text Example
White with #504ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504ADC; }
p { color: rgb(80,74,220); }
H1.HeaderClassName
{
color: #504ADC;
}
.AnyTagClassName
{
color: #504ADC;
}
</style>
background-color css
<style>
a { background-color: #504ADC; }
a { background-color: rgb(80,74,220); }
div.DivClassName
{
background-color: #504ADC;
}
.BgClassName
{
background-color: #504ADC;
}
</style>
border-color css
<style>
span { border-color: #504ADC; }
span { border-color: rgb(80,74,220); }
td.TdClassName
{
border-color: #504ADC;
}
.TagClassName
{
border-color: #504ADC;
}
</style>