Shades of Free Speech Blue #505DBA
Tints of Free Speech Blue #505DBA
RGB
CMYK
RGB Variations
Color information
#505DBA (or 0x505DBA) is known color: Free Speech Blue. HEX triplet: 50, 5D and BA. RGB value is (80,93,186). Sum of RGB (Red+Green+Blue) = 80+93+186=359 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.28% from 359); Green value is 93 (36.72% from 255 or 25.91% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #505DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505DBA is #AFA245. Grayscale: #636363. Windows color (decimal): -11510342 or 12213584. OLE color: 12213584.
HSL color Cylindrical-coordinate representation of color #505DBA: hue angle of 232.64º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #505DBA is Cyan = 0.57, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 93 | 186 | - |
| CMYK | 0.57 | 0.5 | 0 | 0.27 |
| HSL | 232.64º | 0.43% | 0.52% | - |
| HSV(B) | 232.64º | 0.57% | 0.73% | - |
| XYZ | 16.09 | 13.08 | 48.13 | - |
| YUV | 99.72 | 176.69 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 93 | 186 | 0.57 | 0.5 | 0 | 0.27 | 232.64 | 0.43 | 0.52 |
| Hex | 50 | 5D | BA | 39 | 32 | 0 | 1B | E9 | 2B | 34 |
| Octal | 120 | 135 | 272 | 71 | 62 | 0 | 33 | 351 | 53 | 64 |
| Binary | 1010000 | 1011101 | 10111010 | 111001 | 110010 | 0 | 11011 | 11101001 | 101011 | 110100 |
Color Harmonies of #505DBA
Complementary color
Monochromatic Colors of #505DBA
Black with #505DBA
Text Example
Text Example
White with #505DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505DBA; }
p { color: rgb(80,93,186); }
H1.HeaderClassName
{
color: #505DBA;
}
.AnyTagClassName
{
color: #505DBA;
}
</style>
background-color css
<style>
a { background-color: #505DBA; }
a { background-color: rgb(80,93,186); }
div.DivClassName
{
background-color: #505DBA;
}
.BgClassName
{
background-color: #505DBA;
}
</style>
border-color css
<style>
span { border-color: #505DBA; }
span { border-color: rgb(80,93,186); }
td.TdClassName
{
border-color: #505DBA;
}
.TagClassName
{
border-color: #505DBA;
}
</style>