Shades of Free Speech Blue #514CCB
Tints of Free Speech Blue #514CCB
RGB
CMYK
RGB Variations
Color information
#514CCB (or 0x514CCB) is known color: Free Speech Blue. HEX triplet: 51, 4C and CB. RGB value is (81,76,203). Sum of RGB (Red+Green+Blue) = 81+76+203=360 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.5% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 203 (79.69% from 255 or 56.39% from 360); Max value from RGB is 203 - color contains mainly: blue. Hex color #514CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514CCB is #AEB334. Grayscale: #5B5B5B. Windows color (decimal): -11449141 or 13323345. OLE color: 13323345.
HSL color Cylindrical-coordinate representation of color #514CCB: hue angle of 242.36º degrees, saturation: 0.55, 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 #514CCB is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 76 | 203 | - |
| CMYK | 0.60 | 0.63 | 0 | 0.20 |
| HSL | 242.36º | 0.55% | 0.55% | - |
| HSV(B) | 242.36º | 0.63% | 0.8% | - |
| XYZ | 16.76 | 11.23 | 57.78 | - |
| YUV | 91.97 | 190.66 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 76 | 203 | 0.60 | 0.63 | 0 | 0.20 | 242.36 | 0.55 | 0.55 |
| Hex | 51 | 4C | CB | 3C | 3F | 0 | 14 | F2 | 37 | 37 |
| Octal | 121 | 114 | 313 | 74 | 77 | 0 | 24 | 362 | 67 | 67 |
| Binary | 1010001 | 1001100 | 11001011 | 111100 | 111111 | 0 | 10100 | 11110010 | 110111 | 110111 |
Color Harmonies of #514CCB
Complementary color
Monochromatic Colors of #514CCB
Black with #514CCB
Text Example
Text Example
White with #514CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514CCB; }
p { color: rgb(81,76,203); }
H1.HeaderClassName
{
color: #514CCB;
}
.AnyTagClassName
{
color: #514CCB;
}
</style>
background-color css
<style>
a { background-color: #514CCB; }
a { background-color: rgb(81,76,203); }
div.DivClassName
{
background-color: #514CCB;
}
.BgClassName
{
background-color: #514CCB;
}
</style>
border-color css
<style>
span { border-color: #514CCB; }
span { border-color: rgb(81,76,203); }
td.TdClassName
{
border-color: #514CCB;
}
.TagClassName
{
border-color: #514CCB;
}
</style>