Shades of Free Speech Blue #514CC9
Tints of Free Speech Blue #514CC9
RGB
CMYK
RGB Variations
Color information
#514CC9 (or 0x514CC9) is known color: Free Speech Blue. HEX triplet: 51, 4C and C9. RGB value is (81,76,201). Sum of RGB (Red+Green+Blue) = 81+76+201=358 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.63% from 358); Green value is 76 (30.08% from 255 or 21.23% from 358); Blue value is 201 (78.91% from 255 or 56.15% from 358); Max value from RGB is 201 - color contains mainly: blue. Hex color #514CC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514CC9 is #AEB336. Grayscale: #5B5B5B. Windows color (decimal): -11449143 or 13192273. OLE color: 13192273.
HSL color Cylindrical-coordinate representation of color #514CC9: hue angle of 242.4º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #514CC9 is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 81 | 76 | 201 | - |
| CMYK | 0.60 | 0.62 | 0 | 0.21 |
| HSL | 242.4º | 0.54% | 0.54% | - |
| HSV(B) | 242.4º | 0.62% | 0.79% | - |
| XYZ | 16.52 | 11.14 | 56.54 | - |
| YUV | 91.75 | 189.66 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 76 | 201 | 0.60 | 0.62 | 0 | 0.21 | 242.4 | 0.54 | 0.54 |
| Hex | 51 | 4C | C9 | 3C | 3E | 0 | 15 | F2 | 36 | 36 |
| Octal | 121 | 114 | 311 | 74 | 76 | 0 | 25 | 362 | 66 | 66 |
| Binary | 1010001 | 1001100 | 11001001 | 111100 | 111110 | 0 | 10101 | 11110010 | 110110 | 110110 |
Color Harmonies of #514CC9
Complementary color
Monochromatic Colors of #514CC9
Black with #514CC9
Text Example
Text Example
White with #514CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514CC9; }
p { color: rgb(81,76,201); }
H1.HeaderClassName
{
color: #514CC9;
}
.AnyTagClassName
{
color: #514CC9;
}
</style>
background-color css
<style>
a { background-color: #514CC9; }
a { background-color: rgb(81,76,201); }
div.DivClassName
{
background-color: #514CC9;
}
.BgClassName
{
background-color: #514CC9;
}
</style>
border-color css
<style>
span { border-color: #514CC9; }
span { border-color: rgb(81,76,201); }
td.TdClassName
{
border-color: #514CC9;
}
.TagClassName
{
border-color: #514CC9;
}
</style>