Shades of Free Speech Blue #514CCC
Tints of Free Speech Blue #514CCC
RGB
CMYK
RGB Variations
Color information
#514CCC (or 0x514CCC) is known color: Free Speech Blue. HEX triplet: 51, 4C and CC. RGB value is (81,76,204). Sum of RGB (Red+Green+Blue) = 81+76+204=361 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.44% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #514CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514CCC is #AEB333. Grayscale: #5B5B5B. Windows color (decimal): -11449140 or 13388881. OLE color: 13388881.
HSL color Cylindrical-coordinate representation of color #514CCC: hue angle of 242.34º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #514CCC is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 81 | 76 | 204 | - |
| CMYK | 0.60 | 0.63 | 0 | 0.2 |
| HSL | 242.34º | 0.56% | 0.55% | - |
| HSV(B) | 242.34º | 0.63% | 0.8% | - |
| XYZ | 16.88 | 11.28 | 58.41 | - |
| YUV | 92.09 | 191.16 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 76 | 204 | 0.60 | 0.63 | 0 | 0.2 | 242.34 | 0.56 | 0.55 |
| Hex | 51 | 4C | CC | 3C | 3F | 0 | 14 | F2 | 38 | 37 |
| Octal | 121 | 114 | 314 | 74 | 77 | 0 | 24 | 362 | 70 | 67 |
| Binary | 1010001 | 1001100 | 11001100 | 111100 | 111111 | 0 | 10100 | 11110010 | 111000 | 110111 |
Color Harmonies of #514CCC
Complementary color
Monochromatic Colors of #514CCC
Black with #514CCC
Text Example
Text Example
White with #514CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514CCC; }
p { color: rgb(81,76,204); }
H1.HeaderClassName
{
color: #514CCC;
}
.AnyTagClassName
{
color: #514CCC;
}
</style>
background-color css
<style>
a { background-color: #514CCC; }
a { background-color: rgb(81,76,204); }
div.DivClassName
{
background-color: #514CCC;
}
.BgClassName
{
background-color: #514CCC;
}
</style>
border-color css
<style>
span { border-color: #514CCC; }
span { border-color: rgb(81,76,204); }
td.TdClassName
{
border-color: #514CCC;
}
.TagClassName
{
border-color: #514CCC;
}
</style>