Shades of Free Speech Blue #5160C1
Tints of Free Speech Blue #5160C1
RGB
CMYK
RGB Variations
Color information
#5160C1 (or 0x5160C1) is known color: Free Speech Blue. HEX triplet: 51, 60 and C1. RGB value is (81,96,193). Sum of RGB (Red+Green+Blue) = 81+96+193=370 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.89% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 193 (75.78% from 255 or 52.16% from 370); Max value from RGB is 193 - color contains mainly: blue. Hex color #5160C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5160C1 is #AE9F3E. Grayscale: #666666. Windows color (decimal): -11444031 or 12673105. OLE color: 12673105.
HSL color Cylindrical-coordinate representation of color #5160C1: hue angle of 231.96º 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 #5160C1 is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 81 | 96 | 193 | - |
| CMYK | 0.58 | 0.50 | 0 | 0.24 |
| HSL | 231.96º | 0.47% | 0.54% | - |
| HSV(B) | 231.96º | 0.58% | 0.76% | - |
| XYZ | 17.2 | 13.97 | 52.24 | - |
| YUV | 102.57 | 179.03 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 96 | 193 | 0.58 | 0.50 | 0 | 0.24 | 231.96 | 0.47 | 0.54 |
| Hex | 51 | 60 | C1 | 3A | 32 | 0 | 18 | E8 | 2F | 36 |
| Octal | 121 | 140 | 301 | 72 | 62 | 0 | 30 | 350 | 57 | 66 |
| Binary | 1010001 | 1100000 | 11000001 | 111010 | 110010 | 0 | 11000 | 11101000 | 101111 | 110110 |
Color Harmonies of #5160C1
Complementary color
Monochromatic Colors of #5160C1
Black with #5160C1
Text Example
Text Example
White with #5160C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5160C1; }
p { color: rgb(81,96,193); }
H1.HeaderClassName
{
color: #5160C1;
}
.AnyTagClassName
{
color: #5160C1;
}
</style>
background-color css
<style>
a { background-color: #5160C1; }
a { background-color: rgb(81,96,193); }
div.DivClassName
{
background-color: #5160C1;
}
.BgClassName
{
background-color: #5160C1;
}
</style>
border-color css
<style>
span { border-color: #5160C1; }
span { border-color: rgb(81,96,193); }
td.TdClassName
{
border-color: #5160C1;
}
.TagClassName
{
border-color: #5160C1;
}
</style>