Shades of Free Speech Blue #505DC2
Tints of Free Speech Blue #505DC2
RGB
CMYK
RGB Variations
Color information
#505DC2 (or 0x505DC2) is known color: Free Speech Blue. HEX triplet: 50, 5D and C2. RGB value is (80,93,194). Sum of RGB (Red+Green+Blue) = 80+93+194=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 194 (76.17% from 255 or 52.86% from 367); Max value from RGB is 194 - color contains mainly: blue. Hex color #505DC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505DC2 is #AFA23D. Grayscale: #646464. Windows color (decimal): -11510334 or 12737872. OLE color: 12737872.
HSL color Cylindrical-coordinate representation of color #505DC2: hue angle of 233.16º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #505DC2 is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 80 | 93 | 194 | - |
| CMYK | 0.59 | 0.52 | 0 | 0.24 |
| HSL | 233.16º | 0.48% | 0.54% | - |
| HSV(B) | 233.16º | 0.59% | 0.76% | - |
| XYZ | 16.96 | 13.43 | 52.74 | - |
| YUV | 100.63 | 180.69 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 93 | 194 | 0.59 | 0.52 | 0 | 0.24 | 233.16 | 0.48 | 0.54 |
| Hex | 50 | 5D | C2 | 3B | 34 | 0 | 18 | E9 | 30 | 36 |
| Octal | 120 | 135 | 302 | 73 | 64 | 0 | 30 | 351 | 60 | 66 |
| Binary | 1010000 | 1011101 | 11000010 | 111011 | 110100 | 0 | 11000 | 11101001 | 110000 | 110110 |
Color Harmonies of #505DC2
Complementary color
Monochromatic Colors of #505DC2
Black with #505DC2
Text Example
Text Example
White with #505DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505DC2; }
p { color: rgb(80,93,194); }
H1.HeaderClassName
{
color: #505DC2;
}
.AnyTagClassName
{
color: #505DC2;
}
</style>
background-color css
<style>
a { background-color: #505DC2; }
a { background-color: rgb(80,93,194); }
div.DivClassName
{
background-color: #505DC2;
}
.BgClassName
{
background-color: #505DC2;
}
</style>
border-color css
<style>
span { border-color: #505DC2; }
span { border-color: rgb(80,93,194); }
td.TdClassName
{
border-color: #505DC2;
}
.TagClassName
{
border-color: #505DC2;
}
</style>