Shades of Free Speech Blue #5060CC
Tints of Free Speech Blue #5060CC
RGB
CMYK
RGB Variations
Color information
#5060CC (or 0x5060CC) is known color: Free Speech Blue. HEX triplet: 50, 60 and CC. RGB value is (80,96,204). Sum of RGB (Red+Green+Blue) = 80+96+204=380 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.05% from 380); Green value is 96 (37.89% from 255 or 25.26% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #5060CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5060CC is #AF9F33. Grayscale: #676767. Windows color (decimal): -11509556 or 13394000. OLE color: 13394000.
HSL color Cylindrical-coordinate representation of color #5060CC: hue angle of 232.26º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5060CC is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 80 | 96 | 204 | - |
| CMYK | 0.61 | 0.53 | 0 | 0.2 |
| HSL | 232.26º | 0.55% | 0.56% | - |
| HSV(B) | 232.26º | 0.61% | 0.8% | - |
| XYZ | 18.39 | 14.43 | 58.94 | - |
| YUV | 103.53 | 184.7 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 96 | 204 | 0.61 | 0.53 | 0 | 0.2 | 232.26 | 0.55 | 0.56 |
| Hex | 50 | 60 | CC | 3D | 35 | 0 | 14 | E8 | 37 | 38 |
| Octal | 120 | 140 | 314 | 75 | 65 | 0 | 24 | 350 | 67 | 70 |
| Binary | 1010000 | 1100000 | 11001100 | 111101 | 110101 | 0 | 10100 | 11101000 | 110111 | 111000 |
Color Harmonies of #5060CC
Complementary color
Monochromatic Colors of #5060CC
Black with #5060CC
Text Example
Text Example
White with #5060CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5060CC; }
p { color: rgb(80,96,204); }
H1.HeaderClassName
{
color: #5060CC;
}
.AnyTagClassName
{
color: #5060CC;
}
</style>
background-color css
<style>
a { background-color: #5060CC; }
a { background-color: rgb(80,96,204); }
div.DivClassName
{
background-color: #5060CC;
}
.BgClassName
{
background-color: #5060CC;
}
</style>
border-color css
<style>
span { border-color: #5060CC; }
span { border-color: rgb(80,96,204); }
td.TdClassName
{
border-color: #5060CC;
}
.TagClassName
{
border-color: #5060CC;
}
</style>