Shades of Free Speech Blue #5166BC
Tints of Free Speech Blue #5166BC
RGB
CMYK
RGB Variations
Color information
#5166BC (or 0x5166BC) is known color: Free Speech Blue. HEX triplet: 51, 66 and BC. RGB value is (81,102,188). Sum of RGB (Red+Green+Blue) = 81+102+188=371 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.83% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #5166BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5166BC is #AE9943. Grayscale: #696969. Windows color (decimal): -11442500 or 12346961. OLE color: 12346961.
HSL color Cylindrical-coordinate representation of color #5166BC: hue angle of 228.22º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5166BC is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 102 | 188 | - |
| CMYK | 0.57 | 0.46 | 0 | 0.26 |
| HSL | 228.22º | 0.44% | 0.53% | - |
| HSV(B) | 228.22º | 0.57% | 0.74% | - |
| XYZ | 17.22 | 14.88 | 49.54 | - |
| YUV | 105.53 | 174.54 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 102 | 188 | 0.57 | 0.46 | 0 | 0.26 | 228.22 | 0.44 | 0.53 |
| Hex | 51 | 66 | BC | 39 | 2E | 0 | 1A | E4 | 2C | 35 |
| Octal | 121 | 146 | 274 | 71 | 56 | 0 | 32 | 344 | 54 | 65 |
| Binary | 1010001 | 1100110 | 10111100 | 111001 | 101110 | 0 | 11010 | 11100100 | 101100 | 110101 |
Color Harmonies of #5166BC
Complementary color
Monochromatic Colors of #5166BC
Black with #5166BC
Text Example
Text Example
White with #5166BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5166BC; }
p { color: rgb(81,102,188); }
H1.HeaderClassName
{
color: #5166BC;
}
.AnyTagClassName
{
color: #5166BC;
}
</style>
background-color css
<style>
a { background-color: #5166BC; }
a { background-color: rgb(81,102,188); }
div.DivClassName
{
background-color: #5166BC;
}
.BgClassName
{
background-color: #5166BC;
}
</style>
border-color css
<style>
span { border-color: #5166BC; }
span { border-color: rgb(81,102,188); }
td.TdClassName
{
border-color: #5166BC;
}
.TagClassName
{
border-color: #5166BC;
}
</style>