Shades of Free Speech Blue #5166C8
Tints of Free Speech Blue #5166C8
RGB
CMYK
RGB Variations
Color information
#5166C8 (or 0x5166C8) is known color: Free Speech Blue. HEX triplet: 51, 66 and C8. RGB value is (81,102,200). Sum of RGB (Red+Green+Blue) = 81+102+200=383 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.15% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 200 (78.52% from 255 or 52.22% from 383); Max value from RGB is 200 - color contains mainly: blue. Hex color #5166C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5166C8 is #AE9937. Grayscale: #6A6A6A. Windows color (decimal): -11442488 or 13133393. OLE color: 13133393.
HSL color Cylindrical-coordinate representation of color #5166C8: hue angle of 229.41º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5166C8 is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 81 | 102 | 200 | - |
| CMYK | 0.59 | 0.49 | 0 | 0.22 |
| HSL | 229.41º | 0.52% | 0.55% | - |
| HSV(B) | 229.41º | 0.6% | 0.78% | - |
| XYZ | 18.57 | 15.42 | 56.64 | - |
| YUV | 106.89 | 180.54 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 102 | 200 | 0.59 | 0.49 | 0 | 0.22 | 229.41 | 0.52 | 0.55 |
| Hex | 51 | 66 | C8 | 3B | 31 | 0 | 16 | E5 | 34 | 37 |
| Octal | 121 | 146 | 310 | 73 | 61 | 0 | 26 | 345 | 64 | 67 |
| Binary | 1010001 | 1100110 | 11001000 | 111011 | 110001 | 0 | 10110 | 11100101 | 110100 | 110111 |
Color Harmonies of #5166C8
Complementary color
Monochromatic Colors of #5166C8
Black with #5166C8
Text Example
Text Example
White with #5166C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5166C8; }
p { color: rgb(81,102,200); }
H1.HeaderClassName
{
color: #5166C8;
}
.AnyTagClassName
{
color: #5166C8;
}
</style>
background-color css
<style>
a { background-color: #5166C8; }
a { background-color: rgb(81,102,200); }
div.DivClassName
{
background-color: #5166C8;
}
.BgClassName
{
background-color: #5166C8;
}
</style>
border-color css
<style>
span { border-color: #5166C8; }
span { border-color: rgb(81,102,200); }
td.TdClassName
{
border-color: #5166C8;
}
.TagClassName
{
border-color: #5166C8;
}
</style>