Shades of Free Speech Blue #5159CC
Tints of Free Speech Blue #5159CC
RGB
CMYK
RGB Variations
Color information
#5159CC (or 0x5159CC) is known color: Free Speech Blue. HEX triplet: 51, 59 and CC. RGB value is (81,89,204). Sum of RGB (Red+Green+Blue) = 81+89+204=374 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.66% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #5159CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5159CC is #AEA633. Grayscale: #636363. Windows color (decimal): -11445812 or 13392209. OLE color: 13392209.
HSL color Cylindrical-coordinate representation of color #5159CC: hue angle of 236.1º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5159CC is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 81 | 89 | 204 | - |
| CMYK | 0.60 | 0.56 | 0 | 0.2 |
| HSL | 236.1º | 0.55% | 0.56% | - |
| HSV(B) | 236.1º | 0.6% | 0.8% | - |
| XYZ | 17.86 | 13.25 | 58.74 | - |
| YUV | 99.72 | 186.85 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 89 | 204 | 0.60 | 0.56 | 0 | 0.2 | 236.1 | 0.55 | 0.56 |
| Hex | 51 | 59 | CC | 3C | 38 | 0 | 14 | EC | 37 | 38 |
| Octal | 121 | 131 | 314 | 74 | 70 | 0 | 24 | 354 | 67 | 70 |
| Binary | 1010001 | 1011001 | 11001100 | 111100 | 111000 | 0 | 10100 | 11101100 | 110111 | 111000 |
Color Harmonies of #5159CC
Complementary color
Monochromatic Colors of #5159CC
Black with #5159CC
Text Example
Text Example
White with #5159CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5159CC; }
p { color: rgb(81,89,204); }
H1.HeaderClassName
{
color: #5159CC;
}
.AnyTagClassName
{
color: #5159CC;
}
</style>
background-color css
<style>
a { background-color: #5159CC; }
a { background-color: rgb(81,89,204); }
div.DivClassName
{
background-color: #5159CC;
}
.BgClassName
{
background-color: #5159CC;
}
</style>
border-color css
<style>
span { border-color: #5159CC; }
span { border-color: rgb(81,89,204); }
td.TdClassName
{
border-color: #5159CC;
}
.TagClassName
{
border-color: #5159CC;
}
</style>