Shades of Free Speech Blue #5165BA
Tints of Free Speech Blue #5165BA
RGB
CMYK
RGB Variations
Color information
#5165BA (or 0x5165BA) is known color: Free Speech Blue. HEX triplet: 51, 65 and BA. RGB value is (81,101,186). Sum of RGB (Red+Green+Blue) = 81+101+186=368 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.01% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #5165BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5165BA is #AE9A45. Grayscale: #686868. Windows color (decimal): -11442758 or 12215633. OLE color: 12215633.
HSL color Cylindrical-coordinate representation of color #5165BA: hue angle of 228.57º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5165BA is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 101 | 186 | - |
| CMYK | 0.56 | 0.46 | 0 | 0.27 |
| HSL | 228.57º | 0.43% | 0.52% | - |
| HSV(B) | 228.57º | 0.56% | 0.73% | - |
| XYZ | 16.91 | 14.6 | 48.38 | - |
| YUV | 104.71 | 173.87 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 101 | 186 | 0.56 | 0.46 | 0 | 0.27 | 228.57 | 0.43 | 0.52 |
| Hex | 51 | 65 | BA | 38 | 2E | 0 | 1B | E5 | 2B | 34 |
| Octal | 121 | 145 | 272 | 70 | 56 | 0 | 33 | 345 | 53 | 64 |
| Binary | 1010001 | 1100101 | 10111010 | 111000 | 101110 | 0 | 11011 | 11100101 | 101011 | 110100 |
Color Harmonies of #5165BA
Complementary color
Monochromatic Colors of #5165BA
Black with #5165BA
Text Example
Text Example
White with #5165BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5165BA; }
p { color: rgb(81,101,186); }
H1.HeaderClassName
{
color: #5165BA;
}
.AnyTagClassName
{
color: #5165BA;
}
</style>
background-color css
<style>
a { background-color: #5165BA; }
a { background-color: rgb(81,101,186); }
div.DivClassName
{
background-color: #5165BA;
}
.BgClassName
{
background-color: #5165BA;
}
</style>
border-color css
<style>
span { border-color: #5165BA; }
span { border-color: rgb(81,101,186); }
td.TdClassName
{
border-color: #5165BA;
}
.TagClassName
{
border-color: #5165BA;
}
</style>