Shades of Free Speech Blue #5059CA
Tints of Free Speech Blue #5059CA
RGB
CMYK
RGB Variations
Color information
#5059CA (or 0x5059CA) is known color: Free Speech Blue. HEX triplet: 50, 59 and CA. RGB value is (80,89,202). Sum of RGB (Red+Green+Blue) = 80+89+202=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 202 (79.30% from 255 or 54.45% from 371); Max value from RGB is 202 - color contains mainly: blue. Hex color #5059CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5059CA is #AFA635. Grayscale: #626262. Windows color (decimal): -11511350 or 13261136. OLE color: 13261136.
HSL color Cylindrical-coordinate representation of color #5059CA: hue angle of 235.57º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5059CA is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 89 | 202 | - |
| CMYK | 0.60 | 0.56 | 0 | 0.21 |
| HSL | 235.57º | 0.54% | 0.55% | - |
| HSV(B) | 235.57º | 0.6% | 0.79% | - |
| XYZ | 17.54 | 13.11 | 57.48 | - |
| YUV | 99.19 | 186.02 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 89 | 202 | 0.60 | 0.56 | 0 | 0.21 | 235.57 | 0.54 | 0.55 |
| Hex | 50 | 59 | CA | 3C | 38 | 0 | 15 | EC | 36 | 37 |
| Octal | 120 | 131 | 312 | 74 | 70 | 0 | 25 | 354 | 66 | 67 |
| Binary | 1010000 | 1011001 | 11001010 | 111100 | 111000 | 0 | 10101 | 11101100 | 110110 | 110111 |
Color Harmonies of #5059CA
Complementary color
Monochromatic Colors of #5059CA
Black with #5059CA
Text Example
Text Example
White with #5059CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5059CA; }
p { color: rgb(80,89,202); }
H1.HeaderClassName
{
color: #5059CA;
}
.AnyTagClassName
{
color: #5059CA;
}
</style>
background-color css
<style>
a { background-color: #5059CA; }
a { background-color: rgb(80,89,202); }
div.DivClassName
{
background-color: #5059CA;
}
.BgClassName
{
background-color: #5059CA;
}
</style>
border-color css
<style>
span { border-color: #5059CA; }
span { border-color: rgb(80,89,202); }
td.TdClassName
{
border-color: #5059CA;
}
.TagClassName
{
border-color: #5059CA;
}
</style>