Shades of Free Speech Blue #5162BF
Tints of Free Speech Blue #5162BF
RGB
CMYK
RGB Variations
Color information
#5162BF (or 0x5162BF) is known color: Free Speech Blue. HEX triplet: 51, 62 and BF. RGB value is (81,98,191). Sum of RGB (Red+Green+Blue) = 81+98+191=370 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.89% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #5162BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5162BF is #AE9D40. Grayscale: #676767. Windows color (decimal): -11443521 or 12542545. OLE color: 12542545.
HSL color Cylindrical-coordinate representation of color #5162BF: hue angle of 230.73º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5162BF is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 98 | 191 | - |
| CMYK | 0.58 | 0.49 | 0 | 0.25 |
| HSL | 230.73º | 0.46% | 0.53% | - |
| HSV(B) | 230.73º | 0.58% | 0.75% | - |
| XYZ | 17.16 | 14.25 | 51.14 | - |
| YUV | 103.52 | 177.37 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 98 | 191 | 0.58 | 0.49 | 0 | 0.25 | 230.73 | 0.46 | 0.53 |
| Hex | 51 | 62 | BF | 3A | 31 | 0 | 19 | E7 | 2E | 35 |
| Octal | 121 | 142 | 277 | 72 | 61 | 0 | 31 | 347 | 56 | 65 |
| Binary | 1010001 | 1100010 | 10111111 | 111010 | 110001 | 0 | 11001 | 11100111 | 101110 | 110101 |
Color Harmonies of #5162BF
Complementary color
Monochromatic Colors of #5162BF
Black with #5162BF
Text Example
Text Example
White with #5162BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5162BF; }
p { color: rgb(81,98,191); }
H1.HeaderClassName
{
color: #5162BF;
}
.AnyTagClassName
{
color: #5162BF;
}
</style>
background-color css
<style>
a { background-color: #5162BF; }
a { background-color: rgb(81,98,191); }
div.DivClassName
{
background-color: #5162BF;
}
.BgClassName
{
background-color: #5162BF;
}
</style>
border-color css
<style>
span { border-color: #5162BF; }
span { border-color: rgb(81,98,191); }
td.TdClassName
{
border-color: #5162BF;
}
.TagClassName
{
border-color: #5162BF;
}
</style>