Shades of Free Speech Blue #5166CC
Tints of Free Speech Blue #5166CC
RGB
CMYK
RGB Variations
Color information
#5166CC (or 0x5166CC) is known color: Free Speech Blue. HEX triplet: 51, 66 and CC. RGB value is (81,102,204). Sum of RGB (Red+Green+Blue) = 81+102+204=387 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.93% from 387); Green value is 102 (40.23% from 255 or 26.36% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #5166CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5166CC is #AE9933. Grayscale: #6A6A6A. Windows color (decimal): -11442484 or 13395537. OLE color: 13395537.
HSL color Cylindrical-coordinate representation of color #5166CC: hue angle of 229.76º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5166CC is Cyan = 0.60, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 81 | 102 | 204 | - |
| CMYK | 0.60 | 0.5 | 0 | 0.2 |
| HSL | 229.76º | 0.55% | 0.56% | - |
| HSV(B) | 229.76º | 0.6% | 0.8% | - |
| XYZ | 19.04 | 15.61 | 59.14 | - |
| YUV | 107.35 | 182.54 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 102 | 204 | 0.60 | 0.5 | 0 | 0.2 | 229.76 | 0.55 | 0.56 |
| Hex | 51 | 66 | CC | 3C | 32 | 0 | 14 | E6 | 37 | 38 |
| Octal | 121 | 146 | 314 | 74 | 62 | 0 | 24 | 346 | 67 | 70 |
| Binary | 1010001 | 1100110 | 11001100 | 111100 | 110010 | 0 | 10100 | 11100110 | 110111 | 111000 |
Color Harmonies of #5166CC
Complementary color
Monochromatic Colors of #5166CC
Black with #5166CC
Text Example
Text Example
White with #5166CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5166CC; }
p { color: rgb(81,102,204); }
H1.HeaderClassName
{
color: #5166CC;
}
.AnyTagClassName
{
color: #5166CC;
}
</style>
background-color css
<style>
a { background-color: #5166CC; }
a { background-color: rgb(81,102,204); }
div.DivClassName
{
background-color: #5166CC;
}
.BgClassName
{
background-color: #5166CC;
}
</style>
border-color css
<style>
span { border-color: #5166CC; }
span { border-color: rgb(81,102,204); }
td.TdClassName
{
border-color: #5166CC;
}
.TagClassName
{
border-color: #5166CC;
}
</style>