Shades of Free Speech Blue #5064CC
Tints of Free Speech Blue #5064CC
RGB
CMYK
RGB Variations
Color information
#5064CC (or 0x5064CC) is known color: Free Speech Blue. HEX triplet: 50, 64 and CC. RGB value is (80,100,204). Sum of RGB (Red+Green+Blue) = 80+100+204=384 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.83% from 384); Green value is 100 (39.45% from 255 or 26.04% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #5064CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5064CC is #AF9B33. Grayscale: #696969. Windows color (decimal): -11508532 or 13395024. OLE color: 13395024.
HSL color Cylindrical-coordinate representation of color #5064CC: hue angle of 230.32º 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 #5064CC is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 80 | 100 | 204 | - |
| CMYK | 0.61 | 0.51 | 0 | 0.2 |
| HSL | 230.32º | 0.55% | 0.56% | - |
| HSV(B) | 230.32º | 0.61% | 0.8% | - |
| XYZ | 18.76 | 15.18 | 59.07 | - |
| YUV | 105.88 | 183.37 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 100 | 204 | 0.61 | 0.51 | 0 | 0.2 | 230.32 | 0.55 | 0.56 |
| Hex | 50 | 64 | CC | 3D | 33 | 0 | 14 | E6 | 37 | 38 |
| Octal | 120 | 144 | 314 | 75 | 63 | 0 | 24 | 346 | 67 | 70 |
| Binary | 1010000 | 1100100 | 11001100 | 111101 | 110011 | 0 | 10100 | 11100110 | 110111 | 111000 |
Color Harmonies of #5064CC
Complementary color
Monochromatic Colors of #5064CC
Black with #5064CC
Text Example
Text Example
White with #5064CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5064CC; }
p { color: rgb(80,100,204); }
H1.HeaderClassName
{
color: #5064CC;
}
.AnyTagClassName
{
color: #5064CC;
}
</style>
background-color css
<style>
a { background-color: #5064CC; }
a { background-color: rgb(80,100,204); }
div.DivClassName
{
background-color: #5064CC;
}
.BgClassName
{
background-color: #5064CC;
}
</style>
border-color css
<style>
span { border-color: #5064CC; }
span { border-color: rgb(80,100,204); }
td.TdClassName
{
border-color: #5064CC;
}
.TagClassName
{
border-color: #5064CC;
}
</style>