Shades of Free Speech Blue #5061CE
Tints of Free Speech Blue #5061CE
RGB
CMYK
RGB Variations
Color information
#5061CE (or 0x5061CE) is known color: Free Speech Blue. HEX triplet: 50, 61 and CE. RGB value is (80,97,206). Sum of RGB (Red+Green+Blue) = 80+97+206=383 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.89% from 383); Green value is 97 (38.28% from 255 or 25.33% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #5061CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5061CE is #AF9E31. Grayscale: #676767. Windows color (decimal): -11509298 or 13525328. OLE color: 13525328.
HSL color Cylindrical-coordinate representation of color #5061CE: hue angle of 231.9º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5061CE is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 97 | 206 | - |
| CMYK | 0.61 | 0.53 | 0 | 0.19 |
| HSL | 231.9º | 0.56% | 0.56% | - |
| HSV(B) | 231.9º | 0.61% | 0.81% | - |
| XYZ | 18.72 | 14.71 | 60.25 | - |
| YUV | 104.34 | 185.37 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 97 | 206 | 0.61 | 0.53 | 0 | 0.19 | 231.9 | 0.56 | 0.56 |
| Hex | 50 | 61 | CE | 3D | 35 | 0 | 13 | E8 | 38 | 38 |
| Octal | 120 | 141 | 316 | 75 | 65 | 0 | 23 | 350 | 70 | 70 |
| Binary | 1010000 | 1100001 | 11001110 | 111101 | 110101 | 0 | 10011 | 11101000 | 111000 | 111000 |
Color Harmonies of #5061CE
Complementary color
Monochromatic Colors of #5061CE
Black with #5061CE
Text Example
Text Example
White with #5061CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5061CE; }
p { color: rgb(80,97,206); }
H1.HeaderClassName
{
color: #5061CE;
}
.AnyTagClassName
{
color: #5061CE;
}
</style>
background-color css
<style>
a { background-color: #5061CE; }
a { background-color: rgb(80,97,206); }
div.DivClassName
{
background-color: #5061CE;
}
.BgClassName
{
background-color: #5061CE;
}
</style>
border-color css
<style>
span { border-color: #5061CE; }
span { border-color: rgb(80,97,206); }
td.TdClassName
{
border-color: #5061CE;
}
.TagClassName
{
border-color: #5061CE;
}
</style>