Shades of Free Speech Blue #5164C8
Tints of Free Speech Blue #5164C8
RGB
CMYK
RGB Variations
Color information
#5164C8 (or 0x5164C8) is known color: Free Speech Blue. HEX triplet: 51, 64 and C8. RGB value is (81,100,200). Sum of RGB (Red+Green+Blue) = 81+100+200=381 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.26% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 200 (78.52% from 255 or 52.49% from 381); Max value from RGB is 200 - color contains mainly: blue. Hex color #5164C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5164C8 is #AE9B37. Grayscale: #696969. Windows color (decimal): -11443000 or 13132881. OLE color: 13132881.
HSL color Cylindrical-coordinate representation of color #5164C8: hue angle of 230.42º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5164C8 is Cyan = 0.59, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 81 | 100 | 200 | - |
| CMYK | 0.59 | 0.5 | 0 | 0.22 |
| HSL | 230.42º | 0.52% | 0.55% | - |
| HSV(B) | 230.42º | 0.6% | 0.78% | - |
| XYZ | 18.38 | 15.03 | 56.58 | - |
| YUV | 105.72 | 181.21 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 100 | 200 | 0.59 | 0.5 | 0 | 0.22 | 230.42 | 0.52 | 0.55 |
| Hex | 51 | 64 | C8 | 3B | 32 | 0 | 16 | E6 | 34 | 37 |
| Octal | 121 | 144 | 310 | 73 | 62 | 0 | 26 | 346 | 64 | 67 |
| Binary | 1010001 | 1100100 | 11001000 | 111011 | 110010 | 0 | 10110 | 11100110 | 110100 | 110111 |
Color Harmonies of #5164C8
Complementary color
Monochromatic Colors of #5164C8
Black with #5164C8
Text Example
Text Example
White with #5164C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5164C8; }
p { color: rgb(81,100,200); }
H1.HeaderClassName
{
color: #5164C8;
}
.AnyTagClassName
{
color: #5164C8;
}
</style>
background-color css
<style>
a { background-color: #5164C8; }
a { background-color: rgb(81,100,200); }
div.DivClassName
{
background-color: #5164C8;
}
.BgClassName
{
background-color: #5164C8;
}
</style>
border-color css
<style>
span { border-color: #5164C8; }
span { border-color: rgb(81,100,200); }
td.TdClassName
{
border-color: #5164C8;
}
.TagClassName
{
border-color: #5164C8;
}
</style>