Shades of Free Speech Blue #514ECC
Tints of Free Speech Blue #514ECC
RGB
CMYK
RGB Variations
Color information
#514ECC (or 0x514ECC) is known color: Free Speech Blue. HEX triplet: 51, 4E and CC. RGB value is (81,78,204). Sum of RGB (Red+Green+Blue) = 81+78+204=363 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.31% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #514ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514ECC is #AEB133. Grayscale: #5C5C5C. Windows color (decimal): -11448628 or 13389393. OLE color: 13389393.
HSL color Cylindrical-coordinate representation of color #514ECC: hue angle of 241.43º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #514ECC is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 81 | 78 | 204 | - |
| CMYK | 0.60 | 0.62 | 0 | 0.2 |
| HSL | 241.43º | 0.55% | 0.55% | - |
| HSV(B) | 241.43º | 0.62% | 0.8% | - |
| XYZ | 17.02 | 11.56 | 58.46 | - |
| YUV | 93.26 | 190.49 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 204 | 0.60 | 0.62 | 0 | 0.2 | 241.43 | 0.55 | 0.55 |
| Hex | 51 | 4E | CC | 3C | 3E | 0 | 14 | F1 | 37 | 37 |
| Octal | 121 | 116 | 314 | 74 | 76 | 0 | 24 | 361 | 67 | 67 |
| Binary | 1010001 | 1001110 | 11001100 | 111100 | 111110 | 0 | 10100 | 11110001 | 110111 | 110111 |
Color Harmonies of #514ECC
Complementary color
Monochromatic Colors of #514ECC
Black with #514ECC
Text Example
Text Example
White with #514ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514ECC; }
p { color: rgb(81,78,204); }
H1.HeaderClassName
{
color: #514ECC;
}
.AnyTagClassName
{
color: #514ECC;
}
</style>
background-color css
<style>
a { background-color: #514ECC; }
a { background-color: rgb(81,78,204); }
div.DivClassName
{
background-color: #514ECC;
}
.BgClassName
{
background-color: #514ECC;
}
</style>
border-color css
<style>
span { border-color: #514ECC; }
span { border-color: rgb(81,78,204); }
td.TdClassName
{
border-color: #514ECC;
}
.TagClassName
{
border-color: #514ECC;
}
</style>