Shades of Free Speech Blue #5066CE
Tints of Free Speech Blue #5066CE
RGB
CMYK
RGB Variations
Color information
#5066CE (or 0x5066CE) is known color: Free Speech Blue. HEX triplet: 50, 66 and CE. RGB value is (80,102,206). Sum of RGB (Red+Green+Blue) = 80+102+206=388 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.62% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #5066CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5066CE is #AF9931. Grayscale: #6A6A6A. Windows color (decimal): -11508018 or 13526608. OLE color: 13526608.
HSL color Cylindrical-coordinate representation of color #5066CE: hue angle of 229.52º 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 #5066CE is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 102 | 206 | - |
| CMYK | 0.61 | 0.50 | 0 | 0.19 |
| HSL | 229.52º | 0.56% | 0.56% | - |
| HSV(B) | 229.52º | 0.61% | 0.81% | - |
| XYZ | 19.2 | 15.66 | 60.4 | - |
| YUV | 107.28 | 183.71 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 102 | 206 | 0.61 | 0.50 | 0 | 0.19 | 229.52 | 0.56 | 0.56 |
| Hex | 50 | 66 | CE | 3D | 32 | 0 | 13 | E6 | 38 | 38 |
| Octal | 120 | 146 | 316 | 75 | 62 | 0 | 23 | 346 | 70 | 70 |
| Binary | 1010000 | 1100110 | 11001110 | 111101 | 110010 | 0 | 10011 | 11100110 | 111000 | 111000 |
Color Harmonies of #5066CE
Complementary color
Monochromatic Colors of #5066CE
Black with #5066CE
Text Example
Text Example
White with #5066CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5066CE; }
p { color: rgb(80,102,206); }
H1.HeaderClassName
{
color: #5066CE;
}
.AnyTagClassName
{
color: #5066CE;
}
</style>
background-color css
<style>
a { background-color: #5066CE; }
a { background-color: rgb(80,102,206); }
div.DivClassName
{
background-color: #5066CE;
}
.BgClassName
{
background-color: #5066CE;
}
</style>
border-color css
<style>
span { border-color: #5066CE; }
span { border-color: rgb(80,102,206); }
td.TdClassName
{
border-color: #5066CE;
}
.TagClassName
{
border-color: #5066CE;
}
</style>