Shades of Free Speech Blue #5065CC
Tints of Free Speech Blue #5065CC
RGB
CMYK
RGB Variations
Color information
#5065CC (or 0x5065CC) is known color: Free Speech Blue. HEX triplet: 50, 65 and CC. RGB value is (80,101,204). Sum of RGB (Red+Green+Blue) = 80+101+204=385 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.78% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #5065CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5065CC is #AF9A33. Grayscale: #6A6A6A. Windows color (decimal): -11508276 or 13395280. OLE color: 13395280.
HSL color Cylindrical-coordinate representation of color #5065CC: hue angle of 229.84º 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 #5065CC is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 80 | 101 | 204 | - |
| CMYK | 0.61 | 0.50 | 0 | 0.2 |
| HSL | 229.84º | 0.55% | 0.56% | - |
| HSV(B) | 229.84º | 0.61% | 0.8% | - |
| XYZ | 18.86 | 15.37 | 59.1 | - |
| YUV | 106.46 | 183.04 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 101 | 204 | 0.61 | 0.50 | 0 | 0.2 | 229.84 | 0.55 | 0.56 |
| Hex | 50 | 65 | CC | 3D | 32 | 0 | 14 | E6 | 37 | 38 |
| Octal | 120 | 145 | 314 | 75 | 62 | 0 | 24 | 346 | 67 | 70 |
| Binary | 1010000 | 1100101 | 11001100 | 111101 | 110010 | 0 | 10100 | 11100110 | 110111 | 111000 |
Color Harmonies of #5065CC
Complementary color
Monochromatic Colors of #5065CC
Black with #5065CC
Text Example
Text Example
White with #5065CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5065CC; }
p { color: rgb(80,101,204); }
H1.HeaderClassName
{
color: #5065CC;
}
.AnyTagClassName
{
color: #5065CC;
}
</style>
background-color css
<style>
a { background-color: #5065CC; }
a { background-color: rgb(80,101,204); }
div.DivClassName
{
background-color: #5065CC;
}
.BgClassName
{
background-color: #5065CC;
}
</style>
border-color css
<style>
span { border-color: #5065CC; }
span { border-color: rgb(80,101,204); }
td.TdClassName
{
border-color: #5065CC;
}
.TagClassName
{
border-color: #5065CC;
}
</style>