Shades of Free Speech Blue #5060CE
Tints of Free Speech Blue #5060CE
RGB
CMYK
RGB Variations
Color information
#5060CE (or 0x5060CE) is known color: Free Speech Blue. HEX triplet: 50, 60 and CE. RGB value is (80,96,206). Sum of RGB (Red+Green+Blue) = 80+96+206=382 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.94% from 382); Green value is 96 (37.89% from 255 or 25.13% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #5060CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5060CE is #AF9F31. Grayscale: #676767. Windows color (decimal): -11509554 or 13525072. OLE color: 13525072.
HSL color Cylindrical-coordinate representation of color #5060CE: hue angle of 232.38º 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 #5060CE is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 96 | 206 | - |
| CMYK | 0.61 | 0.53 | 0 | 0.19 |
| HSL | 232.38º | 0.56% | 0.56% | - |
| HSV(B) | 232.38º | 0.61% | 0.81% | - |
| XYZ | 18.63 | 14.53 | 60.21 | - |
| YUV | 103.76 | 185.7 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 96 | 206 | 0.61 | 0.53 | 0 | 0.19 | 232.38 | 0.56 | 0.56 |
| Hex | 50 | 60 | CE | 3D | 35 | 0 | 13 | E8 | 38 | 38 |
| Octal | 120 | 140 | 316 | 75 | 65 | 0 | 23 | 350 | 70 | 70 |
| Binary | 1010000 | 1100000 | 11001110 | 111101 | 110101 | 0 | 10011 | 11101000 | 111000 | 111000 |
Color Harmonies of #5060CE
Complementary color
Monochromatic Colors of #5060CE
Black with #5060CE
Text Example
Text Example
White with #5060CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5060CE; }
p { color: rgb(80,96,206); }
H1.HeaderClassName
{
color: #5060CE;
}
.AnyTagClassName
{
color: #5060CE;
}
</style>
background-color css
<style>
a { background-color: #5060CE; }
a { background-color: rgb(80,96,206); }
div.DivClassName
{
background-color: #5060CE;
}
.BgClassName
{
background-color: #5060CE;
}
</style>
border-color css
<style>
span { border-color: #5060CE; }
span { border-color: rgb(80,96,206); }
td.TdClassName
{
border-color: #5060CE;
}
.TagClassName
{
border-color: #5060CE;
}
</style>