Shades of Free Speech Blue #514BCB
Tints of Free Speech Blue #514BCB
RGB
CMYK
RGB Variations
Color information
#514BCB (or 0x514BCB) is known color: Free Speech Blue. HEX triplet: 51, 4B and CB. RGB value is (81,75,203). Sum of RGB (Red+Green+Blue) = 81+75+203=359 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.56% from 359); Green value is 75 (29.69% from 255 or 20.89% from 359); Blue value is 203 (79.69% from 255 or 56.55% from 359); Max value from RGB is 203 - color contains mainly: blue. Hex color #514BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514BCB is #AEB434. Grayscale: #5A5A5A. Windows color (decimal): -11449397 or 13323089. OLE color: 13323089.
HSL color Cylindrical-coordinate representation of color #514BCB: hue angle of 242.81º 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 #514BCB is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 75 | 203 | - |
| CMYK | 0.60 | 0.63 | 0 | 0.20 |
| HSL | 242.81º | 0.55% | 0.55% | - |
| HSV(B) | 242.81º | 0.63% | 0.8% | - |
| XYZ | 16.69 | 11.09 | 57.76 | - |
| YUV | 91.39 | 190.99 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 75 | 203 | 0.60 | 0.63 | 0 | 0.20 | 242.81 | 0.55 | 0.55 |
| Hex | 51 | 4B | CB | 3C | 3F | 0 | 14 | F3 | 37 | 37 |
| Octal | 121 | 113 | 313 | 74 | 77 | 0 | 24 | 363 | 67 | 67 |
| Binary | 1010001 | 1001011 | 11001011 | 111100 | 111111 | 0 | 10100 | 11110011 | 110111 | 110111 |
Color Harmonies of #514BCB
Complementary color
Monochromatic Colors of #514BCB
Black with #514BCB
Text Example
Text Example
White with #514BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514BCB; }
p { color: rgb(81,75,203); }
H1.HeaderClassName
{
color: #514BCB;
}
.AnyTagClassName
{
color: #514BCB;
}
</style>
background-color css
<style>
a { background-color: #514BCB; }
a { background-color: rgb(81,75,203); }
div.DivClassName
{
background-color: #514BCB;
}
.BgClassName
{
background-color: #514BCB;
}
</style>
border-color css
<style>
span { border-color: #514BCB; }
span { border-color: rgb(81,75,203); }
td.TdClassName
{
border-color: #514BCB;
}
.TagClassName
{
border-color: #514BCB;
}
</style>