Shades of Free Speech Blue #5152CB
Tints of Free Speech Blue #5152CB
RGB
CMYK
RGB Variations
Color information
#5152CB (or 0x5152CB) is known color: Free Speech Blue. HEX triplet: 51, 52 and CB. RGB value is (81,82,203). Sum of RGB (Red+Green+Blue) = 81+82+203=366 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.13% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 203 (79.69% from 255 or 55.46% from 366); Max value from RGB is 203 - color contains mainly: blue. Hex color #5152CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5152CB is #AEAD34. Grayscale: #5F5F5F. Windows color (decimal): -11447605 or 13324881. OLE color: 13324881.
HSL color Cylindrical-coordinate representation of color #5152CB: hue angle of 239.51º 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 #5152CB is Cyan = 0.60, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 82 | 203 | - |
| CMYK | 0.60 | 0.60 | 0 | 0.20 |
| HSL | 239.51º | 0.54% | 0.56% | - |
| HSV(B) | 239.51º | 0.6% | 0.8% | - |
| XYZ | 17.19 | 12.1 | 57.93 | - |
| YUV | 95.5 | 188.67 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 82 | 203 | 0.60 | 0.60 | 0 | 0.20 | 239.51 | 0.54 | 0.56 |
| Hex | 51 | 52 | CB | 3C | 3C | 0 | 14 | F0 | 36 | 38 |
| Octal | 121 | 122 | 313 | 74 | 74 | 0 | 24 | 360 | 66 | 70 |
| Binary | 1010001 | 1010010 | 11001011 | 111100 | 111100 | 0 | 10100 | 11110000 | 110110 | 111000 |
Color Harmonies of #5152CB
Complementary color
Monochromatic Colors of #5152CB
Black with #5152CB
Text Example
Text Example
White with #5152CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5152CB; }
p { color: rgb(81,82,203); }
H1.HeaderClassName
{
color: #5152CB;
}
.AnyTagClassName
{
color: #5152CB;
}
</style>
background-color css
<style>
a { background-color: #5152CB; }
a { background-color: rgb(81,82,203); }
div.DivClassName
{
background-color: #5152CB;
}
.BgClassName
{
background-color: #5152CB;
}
</style>
border-color css
<style>
span { border-color: #5152CB; }
span { border-color: rgb(81,82,203); }
td.TdClassName
{
border-color: #5152CB;
}
.TagClassName
{
border-color: #5152CB;
}
</style>