Shades of Free Speech Blue #5043CE
Tints of Free Speech Blue #5043CE
RGB
CMYK
RGB Variations
Color information
#5043CE (or 0x5043CE) is known color: Free Speech Blue. HEX triplet: 50, 43 and CE. RGB value is (80,67,206). Sum of RGB (Red+Green+Blue) = 80+67+206=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 67 (26.56% from 255 or 18.98% from 353); Blue value is 206 (80.86% from 255 or 58.36% from 353); Max value from RGB is 206 - color contains mainly: blue. Hex color #5043CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5043CE is #AFBC31. Grayscale: #565656. Windows color (decimal): -11516978 or 13517648. OLE color: 13517648.
HSL color Cylindrical-coordinate representation of color #5043CE: hue angle of 245.61º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5043CE is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 67 | 206 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.19 |
| HSL | 245.61º | 0.59% | 0.54% | - |
| HSV(B) | 245.61º | 0.67% | 0.81% | - |
| XYZ | 16.46 | 10.18 | 59.49 | - |
| YUV | 86.73 | 195.31 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 67 | 206 | 0.61 | 0.67 | 0 | 0.19 | 245.61 | 0.59 | 0.54 |
| Hex | 50 | 43 | CE | 3D | 43 | 0 | 13 | F6 | 3B | 36 |
| Octal | 120 | 103 | 316 | 75 | 103 | 0 | 23 | 366 | 73 | 66 |
| Binary | 1010000 | 1000011 | 11001110 | 111101 | 1000011 | 0 | 10011 | 11110110 | 111011 | 110110 |
Color Harmonies of #5043CE
Complementary color
Monochromatic Colors of #5043CE
Black with #5043CE
Text Example
Text Example
White with #5043CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5043CE; }
p { color: rgb(80,67,206); }
H1.HeaderClassName
{
color: #5043CE;
}
.AnyTagClassName
{
color: #5043CE;
}
</style>
background-color css
<style>
a { background-color: #5043CE; }
a { background-color: rgb(80,67,206); }
div.DivClassName
{
background-color: #5043CE;
}
.BgClassName
{
background-color: #5043CE;
}
</style>
border-color css
<style>
span { border-color: #5043CE; }
span { border-color: rgb(80,67,206); }
td.TdClassName
{
border-color: #5043CE;
}
.TagClassName
{
border-color: #5043CE;
}
</style>