Shades of Free Speech Blue #504BD3
Tints of Free Speech Blue #504BD3
RGB
CMYK
RGB Variations
Color information
#504BD3 (or 0x504BD3) is known color: Free Speech Blue. HEX triplet: 50, 4B and D3. RGB value is (80,75,211). Sum of RGB (Red+Green+Blue) = 80+75+211=366 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.86% from 366); Green value is 75 (29.69% from 255 or 20.49% from 366); Blue value is 211 (82.81% from 255 or 57.65% from 366); Max value from RGB is 211 - color contains mainly: blue. Hex color #504BD3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504BD3 is #AFB42C. Grayscale: #5B5B5B. Windows color (decimal): -11514925 or 13847376. OLE color: 13847376.
HSL color Cylindrical-coordinate representation of color #504BD3: hue angle of 242.21º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #504BD3 is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 80 | 75 | 211 | - |
| CMYK | 0.62 | 0.64 | 0 | 0.17 |
| HSL | 242.21º | 0.61% | 0.56% | - |
| HSV(B) | 242.21º | 0.64% | 0.83% | - |
| XYZ | 17.58 | 11.44 | 62.91 | - |
| YUV | 92 | 195.16 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 75 | 211 | 0.62 | 0.64 | 0 | 0.17 | 242.21 | 0.61 | 0.56 |
| Hex | 50 | 4B | D3 | 3E | 40 | 0 | 11 | F2 | 3D | 38 |
| Octal | 120 | 113 | 323 | 76 | 100 | 0 | 21 | 362 | 75 | 70 |
| Binary | 1010000 | 1001011 | 11010011 | 111110 | 1000000 | 0 | 10001 | 11110010 | 111101 | 111000 |
Color Harmonies of #504BD3
Complementary color
Monochromatic Colors of #504BD3
Black with #504BD3
Text Example
Text Example
White with #504BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504BD3; }
p { color: rgb(80,75,211); }
H1.HeaderClassName
{
color: #504BD3;
}
.AnyTagClassName
{
color: #504BD3;
}
</style>
background-color css
<style>
a { background-color: #504BD3; }
a { background-color: rgb(80,75,211); }
div.DivClassName
{
background-color: #504BD3;
}
.BgClassName
{
background-color: #504BD3;
}
</style>
border-color css
<style>
span { border-color: #504BD3; }
span { border-color: rgb(80,75,211); }
td.TdClassName
{
border-color: #504BD3;
}
.TagClassName
{
border-color: #504BD3;
}
</style>