Shades of Free Speech Blue #504BDA
Tints of Free Speech Blue #504BDA
RGB
CMYK
RGB Variations
Color information
#504BDA (or 0x504BDA) is known color: Free Speech Blue. HEX triplet: 50, 4B and DA. RGB value is (80,75,218). Sum of RGB (Red+Green+Blue) = 80+75+218=373 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.45% from 373); Green value is 75 (29.69% from 255 or 20.11% from 373); Blue value is 218 (85.55% from 255 or 58.45% from 373); Max value from RGB is 218 - color contains mainly: blue. Hex color #504BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504BDA is #AFB425. Grayscale: #5C5C5C. Windows color (decimal): -11514918 or 14306128. OLE color: 14306128.
HSL color Cylindrical-coordinate representation of color #504BDA: hue angle of 242.1º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #504BDA is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 75 | 218 | - |
| CMYK | 0.63 | 0.66 | 0 | 0.15 |
| HSL | 242.1º | 0.66% | 0.57% | - |
| HSV(B) | 242.1º | 0.66% | 0.85% | - |
| XYZ | 18.48 | 11.8 | 67.63 | - |
| YUV | 92.8 | 198.66 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 75 | 218 | 0.63 | 0.66 | 0 | 0.15 | 242.1 | 0.66 | 0.57 |
| Hex | 50 | 4B | DA | 3F | 42 | 0 | F | F2 | 42 | 39 |
| Octal | 120 | 113 | 332 | 77 | 102 | 0 | 17 | 362 | 102 | 71 |
| Binary | 1010000 | 1001011 | 11011010 | 111111 | 1000010 | 0 | 1111 | 11110010 | 1000010 | 111001 |
Color Harmonies of #504BDA
Complementary color
Monochromatic Colors of #504BDA
Black with #504BDA
Text Example
Text Example
White with #504BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504BDA; }
p { color: rgb(80,75,218); }
H1.HeaderClassName
{
color: #504BDA;
}
.AnyTagClassName
{
color: #504BDA;
}
</style>
background-color css
<style>
a { background-color: #504BDA; }
a { background-color: rgb(80,75,218); }
div.DivClassName
{
background-color: #504BDA;
}
.BgClassName
{
background-color: #504BDA;
}
</style>
border-color css
<style>
span { border-color: #504BDA; }
span { border-color: rgb(80,75,218); }
td.TdClassName
{
border-color: #504BDA;
}
.TagClassName
{
border-color: #504BDA;
}
</style>