Shades of Free Speech Blue #5066CD
Tints of Free Speech Blue #5066CD
RGB
CMYK
RGB Variations
Color information
#5066CD (or 0x5066CD) is known color: Free Speech Blue. HEX triplet: 50, 66 and CD. RGB value is (80,102,205). Sum of RGB (Red+Green+Blue) = 80+102+205=387 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.67% from 387); Green value is 102 (40.23% from 255 or 26.36% from 387); Blue value is 205 (80.47% from 255 or 52.97% from 387); Max value from RGB is 205 - color contains mainly: blue. Hex color #5066CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5066CD is #AF9932. Grayscale: #6A6A6A. Windows color (decimal): -11508019 or 13461072. OLE color: 13461072.
HSL color Cylindrical-coordinate representation of color #5066CD: hue angle of 229.44º degrees, saturation: 0.56, 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 #5066CD is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 102 | 205 | - |
| CMYK | 0.61 | 0.50 | 0 | 0.20 |
| HSL | 229.44º | 0.56% | 0.56% | - |
| HSV(B) | 229.44º | 0.61% | 0.8% | - |
| XYZ | 19.08 | 15.62 | 59.77 | - |
| YUV | 107.16 | 183.21 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 102 | 205 | 0.61 | 0.50 | 0 | 0.20 | 229.44 | 0.56 | 0.56 |
| Hex | 50 | 66 | CD | 3D | 32 | 0 | 14 | E5 | 38 | 38 |
| Octal | 120 | 146 | 315 | 75 | 62 | 0 | 24 | 345 | 70 | 70 |
| Binary | 1010000 | 1100110 | 11001101 | 111101 | 110010 | 0 | 10100 | 11100101 | 111000 | 111000 |
Color Harmonies of #5066CD
Complementary color
Monochromatic Colors of #5066CD
Black with #5066CD
Text Example
Text Example
White with #5066CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5066CD; }
p { color: rgb(80,102,205); }
H1.HeaderClassName
{
color: #5066CD;
}
.AnyTagClassName
{
color: #5066CD;
}
</style>
background-color css
<style>
a { background-color: #5066CD; }
a { background-color: rgb(80,102,205); }
div.DivClassName
{
background-color: #5066CD;
}
.BgClassName
{
background-color: #5066CD;
}
</style>
border-color css
<style>
span { border-color: #5066CD; }
span { border-color: rgb(80,102,205); }
td.TdClassName
{
border-color: #5066CD;
}
.TagClassName
{
border-color: #5066CD;
}
</style>