Shades of Free Speech Blue #5162CB
Tints of Free Speech Blue #5162CB
RGB
CMYK
RGB Variations
Color information
#5162CB (or 0x5162CB) is known color: Free Speech Blue. HEX triplet: 51, 62 and CB. RGB value is (81,98,203). Sum of RGB (Red+Green+Blue) = 81+98+203=382 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.20% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #5162CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5162CB is #AE9D34. Grayscale: #686868. Windows color (decimal): -11443509 or 13328977. OLE color: 13328977.
HSL color Cylindrical-coordinate representation of color #5162CB: hue angle of 231.64º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5162CB is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 98 | 203 | - |
| CMYK | 0.60 | 0.52 | 0 | 0.20 |
| HSL | 231.64º | 0.54% | 0.56% | - |
| HSV(B) | 231.64º | 0.6% | 0.8% | - |
| XYZ | 18.54 | 14.8 | 58.38 | - |
| YUV | 104.89 | 183.37 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 98 | 203 | 0.60 | 0.52 | 0 | 0.20 | 231.64 | 0.54 | 0.56 |
| Hex | 51 | 62 | CB | 3C | 34 | 0 | 14 | E8 | 36 | 38 |
| Octal | 121 | 142 | 313 | 74 | 64 | 0 | 24 | 350 | 66 | 70 |
| Binary | 1010001 | 1100010 | 11001011 | 111100 | 110100 | 0 | 10100 | 11101000 | 110110 | 111000 |
Color Harmonies of #5162CB
Complementary color
Monochromatic Colors of #5162CB
Black with #5162CB
Text Example
Text Example
White with #5162CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5162CB; }
p { color: rgb(81,98,203); }
H1.HeaderClassName
{
color: #5162CB;
}
.AnyTagClassName
{
color: #5162CB;
}
</style>
background-color css
<style>
a { background-color: #5162CB; }
a { background-color: rgb(81,98,203); }
div.DivClassName
{
background-color: #5162CB;
}
.BgClassName
{
background-color: #5162CB;
}
</style>
border-color css
<style>
span { border-color: #5162CB; }
span { border-color: rgb(81,98,203); }
td.TdClassName
{
border-color: #5162CB;
}
.TagClassName
{
border-color: #5162CB;
}
</style>