Shades of Free Speech Blue #5166BD
Tints of Free Speech Blue #5166BD
RGB
CMYK
RGB Variations
Color information
#5166BD (or 0x5166BD) is known color: Free Speech Blue. HEX triplet: 51, 66 and BD. RGB value is (81,102,189). Sum of RGB (Red+Green+Blue) = 81+102+189=372 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.77% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 189 (74.22% from 255 or 50.81% from 372); Max value from RGB is 189 - color contains mainly: blue. Hex color #5166BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5166BD is #AE9942. Grayscale: #696969. Windows color (decimal): -11442499 or 12412497. OLE color: 12412497.
HSL color Cylindrical-coordinate representation of color #5166BD: hue angle of 228.33º degrees, saturation: 0.45, 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 #5166BD is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 102 | 189 | - |
| CMYK | 0.57 | 0.46 | 0 | 0.26 |
| HSL | 228.33º | 0.45% | 0.53% | - |
| HSV(B) | 228.33º | 0.57% | 0.74% | - |
| XYZ | 17.33 | 14.93 | 50.11 | - |
| YUV | 105.64 | 175.04 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 102 | 189 | 0.57 | 0.46 | 0 | 0.26 | 228.33 | 0.45 | 0.53 |
| Hex | 51 | 66 | BD | 39 | 2E | 0 | 1A | E4 | 2D | 35 |
| Octal | 121 | 146 | 275 | 71 | 56 | 0 | 32 | 344 | 55 | 65 |
| Binary | 1010001 | 1100110 | 10111101 | 111001 | 101110 | 0 | 11010 | 11100100 | 101101 | 110101 |
Color Harmonies of #5166BD
Complementary color
Monochromatic Colors of #5166BD
Black with #5166BD
Text Example
Text Example
White with #5166BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5166BD; }
p { color: rgb(81,102,189); }
H1.HeaderClassName
{
color: #5166BD;
}
.AnyTagClassName
{
color: #5166BD;
}
</style>
background-color css
<style>
a { background-color: #5166BD; }
a { background-color: rgb(81,102,189); }
div.DivClassName
{
background-color: #5166BD;
}
.BgClassName
{
background-color: #5166BD;
}
</style>
border-color css
<style>
span { border-color: #5166BD; }
span { border-color: rgb(81,102,189); }
td.TdClassName
{
border-color: #5166BD;
}
.TagClassName
{
border-color: #5166BD;
}
</style>