Shades of Free Speech Blue #516ACB
Tints of Free Speech Blue #516ACB
RGB
CMYK
RGB Variations
Color information
#516ACB (or 0x516ACB) is known color: Free Speech Blue. HEX triplet: 51, 6A and CB. RGB value is (81,106,203). Sum of RGB (Red+Green+Blue) = 81+106+203=390 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.77% from 390); Green value is 106 (41.80% from 255 or 27.18% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #516ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516ACB is #AE9534. Grayscale: #6D6D6D. Windows color (decimal): -11441461 or 13331025. OLE color: 13331025.
HSL color Cylindrical-coordinate representation of color #516ACB: hue angle of 227.7º degrees, saturation: 0.54, 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 #516ACB is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 106 | 203 | - |
| CMYK | 0.60 | 0.48 | 0 | 0.20 |
| HSL | 227.7º | 0.54% | 0.56% | - |
| HSV(B) | 227.7º | 0.6% | 0.8% | - |
| XYZ | 19.33 | 16.37 | 58.64 | - |
| YUV | 109.58 | 180.72 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 106 | 203 | 0.60 | 0.48 | 0 | 0.20 | 227.7 | 0.54 | 0.56 |
| Hex | 51 | 6A | CB | 3C | 30 | 0 | 14 | E4 | 36 | 38 |
| Octal | 121 | 152 | 313 | 74 | 60 | 0 | 24 | 344 | 66 | 70 |
| Binary | 1010001 | 1101010 | 11001011 | 111100 | 110000 | 0 | 10100 | 11100100 | 110110 | 111000 |
Color Harmonies of #516ACB
Complementary color
Monochromatic Colors of #516ACB
Black with #516ACB
Text Example
Text Example
White with #516ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516ACB; }
p { color: rgb(81,106,203); }
H1.HeaderClassName
{
color: #516ACB;
}
.AnyTagClassName
{
color: #516ACB;
}
</style>
background-color css
<style>
a { background-color: #516ACB; }
a { background-color: rgb(81,106,203); }
div.DivClassName
{
background-color: #516ACB;
}
.BgClassName
{
background-color: #516ACB;
}
</style>
border-color css
<style>
span { border-color: #516ACB; }
span { border-color: rgb(81,106,203); }
td.TdClassName
{
border-color: #516ACB;
}
.TagClassName
{
border-color: #516ACB;
}
</style>