Shades of Free Speech Blue #5169CA
Tints of Free Speech Blue #5169CA
RGB
CMYK
RGB Variations
Color information
#5169CA (or 0x5169CA) is known color: Free Speech Blue. HEX triplet: 51, 69 and CA. RGB value is (81,105,202). Sum of RGB (Red+Green+Blue) = 81+105+202=388 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.88% from 388); Green value is 105 (41.41% from 255 or 27.06% from 388); Blue value is 202 (79.30% from 255 or 52.06% from 388); Max value from RGB is 202 - color contains mainly: blue. Hex color #5169CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5169CA is #AE9635. Grayscale: #6C6C6C. Windows color (decimal): -11441718 or 13265233. OLE color: 13265233.
HSL color Cylindrical-coordinate representation of color #5169CA: hue angle of 228.1º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5169CA is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 81 | 105 | 202 | - |
| CMYK | 0.60 | 0.48 | 0 | 0.21 |
| HSL | 228.1º | 0.53% | 0.55% | - |
| HSV(B) | 228.1º | 0.6% | 0.79% | - |
| XYZ | 19.11 | 16.12 | 57.98 | - |
| YUV | 108.88 | 180.55 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 105 | 202 | 0.60 | 0.48 | 0 | 0.21 | 228.1 | 0.53 | 0.55 |
| Hex | 51 | 69 | CA | 3C | 30 | 0 | 15 | E4 | 35 | 37 |
| Octal | 121 | 151 | 312 | 74 | 60 | 0 | 25 | 344 | 65 | 67 |
| Binary | 1010001 | 1101001 | 11001010 | 111100 | 110000 | 0 | 10101 | 11100100 | 110101 | 110111 |
Color Harmonies of #5169CA
Complementary color
Monochromatic Colors of #5169CA
Black with #5169CA
Text Example
Text Example
White with #5169CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5169CA; }
p { color: rgb(81,105,202); }
H1.HeaderClassName
{
color: #5169CA;
}
.AnyTagClassName
{
color: #5169CA;
}
</style>
background-color css
<style>
a { background-color: #5169CA; }
a { background-color: rgb(81,105,202); }
div.DivClassName
{
background-color: #5169CA;
}
.BgClassName
{
background-color: #5169CA;
}
</style>
border-color css
<style>
span { border-color: #5169CA; }
span { border-color: rgb(81,105,202); }
td.TdClassName
{
border-color: #5169CA;
}
.TagClassName
{
border-color: #5169CA;
}
</style>