Shades of Free Speech Blue #5067CE
Tints of Free Speech Blue #5067CE
RGB
CMYK
RGB Variations
Color information
#5067CE (or 0x5067CE) is known color: Free Speech Blue. HEX triplet: 50, 67 and CE. RGB value is (80,103,206). Sum of RGB (Red+Green+Blue) = 80+103+206=389 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.57% from 389); Green value is 103 (40.62% from 255 or 26.48% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #5067CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5067CE is #AF9831. Grayscale: #6B6B6B. Windows color (decimal): -11507762 or 13526864. OLE color: 13526864.
HSL color Cylindrical-coordinate representation of color #5067CE: hue angle of 229.05º 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 #5067CE is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 103 | 206 | - |
| CMYK | 0.61 | 0.50 | 0 | 0.19 |
| HSL | 229.05º | 0.56% | 0.56% | - |
| HSV(B) | 229.05º | 0.61% | 0.81% | - |
| XYZ | 19.3 | 15.86 | 60.44 | - |
| YUV | 107.87 | 183.38 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 103 | 206 | 0.61 | 0.50 | 0 | 0.19 | 229.05 | 0.56 | 0.56 |
| Hex | 50 | 67 | CE | 3D | 32 | 0 | 13 | E5 | 38 | 38 |
| Octal | 120 | 147 | 316 | 75 | 62 | 0 | 23 | 345 | 70 | 70 |
| Binary | 1010000 | 1100111 | 11001110 | 111101 | 110010 | 0 | 10011 | 11100101 | 111000 | 111000 |
Color Harmonies of #5067CE
Complementary color
Monochromatic Colors of #5067CE
Black with #5067CE
Text Example
Text Example
White with #5067CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5067CE; }
p { color: rgb(80,103,206); }
H1.HeaderClassName
{
color: #5067CE;
}
.AnyTagClassName
{
color: #5067CE;
}
</style>
background-color css
<style>
a { background-color: #5067CE; }
a { background-color: rgb(80,103,206); }
div.DivClassName
{
background-color: #5067CE;
}
.BgClassName
{
background-color: #5067CE;
}
</style>
border-color css
<style>
span { border-color: #5067CE; }
span { border-color: rgb(80,103,206); }
td.TdClassName
{
border-color: #5067CE;
}
.TagClassName
{
border-color: #5067CE;
}
</style>