Shades of Free Speech Blue #505AD2
Tints of Free Speech Blue #505AD2
RGB
CMYK
RGB Variations
Color information
#505AD2 (or 0x505AD2) is known color: Free Speech Blue. HEX triplet: 50, 5A and D2. RGB value is (80,90,210). Sum of RGB (Red+Green+Blue) = 80+90+210=380 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.05% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 210 (82.42% from 255 or 55.26% from 380); Max value from RGB is 210 - color contains mainly: blue. Hex color #505AD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505AD2 is #AFA52D. Grayscale: #646464. Windows color (decimal): -11511086 or 13785680. OLE color: 13785680.
HSL color Cylindrical-coordinate representation of color #505AD2: hue angle of 235.38º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #505AD2 is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 80 | 90 | 210 | - |
| CMYK | 0.62 | 0.57 | 0 | 0.18 |
| HSL | 235.38º | 0.59% | 0.57% | - |
| HSV(B) | 235.38º | 0.62% | 0.82% | - |
| XYZ | 18.6 | 13.67 | 62.63 | - |
| YUV | 100.69 | 189.69 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 90 | 210 | 0.62 | 0.57 | 0 | 0.18 | 235.38 | 0.59 | 0.57 |
| Hex | 50 | 5A | D2 | 3E | 39 | 0 | 12 | EB | 3B | 39 |
| Octal | 120 | 132 | 322 | 76 | 71 | 0 | 22 | 353 | 73 | 71 |
| Binary | 1010000 | 1011010 | 11010010 | 111110 | 111001 | 0 | 10010 | 11101011 | 111011 | 111001 |
Color Harmonies of #505AD2
Complementary color
Monochromatic Colors of #505AD2
Black with #505AD2
Text Example
Text Example
White with #505AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505AD2; }
p { color: rgb(80,90,210); }
H1.HeaderClassName
{
color: #505AD2;
}
.AnyTagClassName
{
color: #505AD2;
}
</style>
background-color css
<style>
a { background-color: #505AD2; }
a { background-color: rgb(80,90,210); }
div.DivClassName
{
background-color: #505AD2;
}
.BgClassName
{
background-color: #505AD2;
}
</style>
border-color css
<style>
span { border-color: #505AD2; }
span { border-color: rgb(80,90,210); }
td.TdClassName
{
border-color: #505AD2;
}
.TagClassName
{
border-color: #505AD2;
}
</style>