Shades of Free Speech Blue #5167CE
Tints of Free Speech Blue #5167CE
RGB
CMYK
RGB Variations
Color information
#5167CE (or 0x5167CE) is known color: Free Speech Blue. HEX triplet: 51, 67 and CE. RGB value is (81,103,206). Sum of RGB (Red+Green+Blue) = 81+103+206=390 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.77% from 390); Green value is 103 (40.62% from 255 or 26.41% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #5167CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5167CE is #AE9831. Grayscale: #6B6B6B. Windows color (decimal): -11442226 or 13526865. OLE color: 13526865.
HSL color Cylindrical-coordinate representation of color #5167CE: hue angle of 229.44º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5167CE is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 103 | 206 | - |
| CMYK | 0.61 | 0.50 | 0 | 0.19 |
| HSL | 229.44º | 0.56% | 0.56% | - |
| HSV(B) | 229.44º | 0.61% | 0.81% | - |
| XYZ | 19.38 | 15.91 | 60.44 | - |
| YUV | 108.16 | 183.21 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 103 | 206 | 0.61 | 0.50 | 0 | 0.19 | 229.44 | 0.56 | 0.56 |
| Hex | 51 | 67 | CE | 3D | 32 | 0 | 13 | E5 | 38 | 38 |
| Octal | 121 | 147 | 316 | 75 | 62 | 0 | 23 | 345 | 70 | 70 |
| Binary | 1010001 | 1100111 | 11001110 | 111101 | 110010 | 0 | 10011 | 11100101 | 111000 | 111000 |
Color Harmonies of #5167CE
Complementary color
Monochromatic Colors of #5167CE
Black with #5167CE
Text Example
Text Example
White with #5167CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5167CE; }
p { color: rgb(81,103,206); }
H1.HeaderClassName
{
color: #5167CE;
}
.AnyTagClassName
{
color: #5167CE;
}
</style>
background-color css
<style>
a { background-color: #5167CE; }
a { background-color: rgb(81,103,206); }
div.DivClassName
{
background-color: #5167CE;
}
.BgClassName
{
background-color: #5167CE;
}
</style>
border-color css
<style>
span { border-color: #5167CE; }
span { border-color: rgb(81,103,206); }
td.TdClassName
{
border-color: #5167CE;
}
.TagClassName
{
border-color: #5167CE;
}
</style>