Shades of Free Speech Blue #5067CB
Tints of Free Speech Blue #5067CB
RGB
CMYK
RGB Variations
Color information
#5067CB (or 0x5067CB) is known color: Free Speech Blue. HEX triplet: 50, 67 and CB. RGB value is (80,103,203). Sum of RGB (Red+Green+Blue) = 80+103+203=386 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.73% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #5067CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5067CB is #AF9834. Grayscale: #6B6B6B. Windows color (decimal): -11507765 or 13330256. OLE color: 13330256.
HSL color Cylindrical-coordinate representation of color #5067CB: hue angle of 228.78º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5067CB is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 103 | 203 | - |
| CMYK | 0.61 | 0.49 | 0 | 0.20 |
| HSL | 228.78º | 0.54% | 0.55% | - |
| HSV(B) | 228.78º | 0.61% | 0.8% | - |
| XYZ | 18.94 | 15.72 | 58.54 | - |
| YUV | 107.52 | 181.88 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 103 | 203 | 0.61 | 0.49 | 0 | 0.20 | 228.78 | 0.54 | 0.55 |
| Hex | 50 | 67 | CB | 3D | 31 | 0 | 14 | E5 | 36 | 37 |
| Octal | 120 | 147 | 313 | 75 | 61 | 0 | 24 | 345 | 66 | 67 |
| Binary | 1010000 | 1100111 | 11001011 | 111101 | 110001 | 0 | 10100 | 11100101 | 110110 | 110111 |
Color Harmonies of #5067CB
Complementary color
Monochromatic Colors of #5067CB
Black with #5067CB
Text Example
Text Example
White with #5067CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5067CB; }
p { color: rgb(80,103,203); }
H1.HeaderClassName
{
color: #5067CB;
}
.AnyTagClassName
{
color: #5067CB;
}
</style>
background-color css
<style>
a { background-color: #5067CB; }
a { background-color: rgb(80,103,203); }
div.DivClassName
{
background-color: #5067CB;
}
.BgClassName
{
background-color: #5067CB;
}
</style>
border-color css
<style>
span { border-color: #5067CB; }
span { border-color: rgb(80,103,203); }
td.TdClassName
{
border-color: #5067CB;
}
.TagClassName
{
border-color: #5067CB;
}
</style>