Shades of Free Speech Blue #5165C1
Tints of Free Speech Blue #5165C1
RGB
CMYK
RGB Variations
Color information
#5165C1 (or 0x5165C1) is known color: Free Speech Blue. HEX triplet: 51, 65 and C1. RGB value is (81,101,193). Sum of RGB (Red+Green+Blue) = 81+101+193=375 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.6% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 193 (75.78% from 255 or 51.47% from 375); Max value from RGB is 193 - color contains mainly: blue. Hex color #5165C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5165C1 is #AE9A3E. Grayscale: #696969. Windows color (decimal): -11442751 or 12674385. OLE color: 12674385.
HSL color Cylindrical-coordinate representation of color #5165C1: hue angle of 229.29º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5165C1 is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 81 | 101 | 193 | - |
| CMYK | 0.58 | 0.48 | 0 | 0.24 |
| HSL | 229.29º | 0.47% | 0.54% | - |
| HSV(B) | 229.29º | 0.58% | 0.76% | - |
| XYZ | 17.67 | 14.91 | 52.4 | - |
| YUV | 105.51 | 177.37 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 101 | 193 | 0.58 | 0.48 | 0 | 0.24 | 229.29 | 0.47 | 0.54 |
| Hex | 51 | 65 | C1 | 3A | 30 | 0 | 18 | E5 | 2F | 36 |
| Octal | 121 | 145 | 301 | 72 | 60 | 0 | 30 | 345 | 57 | 66 |
| Binary | 1010001 | 1100101 | 11000001 | 111010 | 110000 | 0 | 11000 | 11100101 | 101111 | 110110 |
Color Harmonies of #5165C1
Complementary color
Monochromatic Colors of #5165C1
Black with #5165C1
Text Example
Text Example
White with #5165C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5165C1; }
p { color: rgb(81,101,193); }
H1.HeaderClassName
{
color: #5165C1;
}
.AnyTagClassName
{
color: #5165C1;
}
</style>
background-color css
<style>
a { background-color: #5165C1; }
a { background-color: rgb(81,101,193); }
div.DivClassName
{
background-color: #5165C1;
}
.BgClassName
{
background-color: #5165C1;
}
</style>
border-color css
<style>
span { border-color: #5165C1; }
span { border-color: rgb(81,101,193); }
td.TdClassName
{
border-color: #5165C1;
}
.TagClassName
{
border-color: #5165C1;
}
</style>