Shades of Free Speech Blue #5059CE
Tints of Free Speech Blue #5059CE
RGB
CMYK
RGB Variations
Color information
#5059CE (or 0x5059CE) is known color: Free Speech Blue. HEX triplet: 50, 59 and CE. RGB value is (80,89,206). Sum of RGB (Red+Green+Blue) = 80+89+206=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #5059CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5059CE is #AFA631. Grayscale: #636363. Windows color (decimal): -11511346 or 13523280. OLE color: 13523280.
HSL color Cylindrical-coordinate representation of color #5059CE: hue angle of 235.71º 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 #5059CE is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 89 | 206 | - |
| CMYK | 0.61 | 0.57 | 0 | 0.19 |
| HSL | 235.71º | 0.56% | 0.56% | - |
| HSV(B) | 235.71º | 0.61% | 0.81% | - |
| XYZ | 18.02 | 13.31 | 60.01 | - |
| YUV | 99.65 | 188.02 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 89 | 206 | 0.61 | 0.57 | 0 | 0.19 | 235.71 | 0.56 | 0.56 |
| Hex | 50 | 59 | CE | 3D | 39 | 0 | 13 | EC | 38 | 38 |
| Octal | 120 | 131 | 316 | 75 | 71 | 0 | 23 | 354 | 70 | 70 |
| Binary | 1010000 | 1011001 | 11001110 | 111101 | 111001 | 0 | 10011 | 11101100 | 111000 | 111000 |
Color Harmonies of #5059CE
Complementary color
Monochromatic Colors of #5059CE
Black with #5059CE
Text Example
Text Example
White with #5059CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5059CE; }
p { color: rgb(80,89,206); }
H1.HeaderClassName
{
color: #5059CE;
}
.AnyTagClassName
{
color: #5059CE;
}
</style>
background-color css
<style>
a { background-color: #5059CE; }
a { background-color: rgb(80,89,206); }
div.DivClassName
{
background-color: #5059CE;
}
.BgClassName
{
background-color: #5059CE;
}
</style>
border-color css
<style>
span { border-color: #5059CE; }
span { border-color: rgb(80,89,206); }
td.TdClassName
{
border-color: #5059CE;
}
.TagClassName
{
border-color: #5059CE;
}
</style>