Shades of Free Speech Blue #5165CE
Tints of Free Speech Blue #5165CE
RGB
CMYK
RGB Variations
Color information
#5165CE (or 0x5165CE) is known color: Free Speech Blue. HEX triplet: 51, 65 and CE. RGB value is (81,101,206). Sum of RGB (Red+Green+Blue) = 81+101+206=388 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.88% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #5165CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5165CE is #AE9A31. Grayscale: #6A6A6A. Windows color (decimal): -11442738 or 13526353. OLE color: 13526353.
HSL color Cylindrical-coordinate representation of color #5165CE: hue angle of 230.4º 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 #5165CE is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 101 | 206 | - |
| CMYK | 0.61 | 0.51 | 0 | 0.19 |
| HSL | 230.4º | 0.56% | 0.56% | - |
| HSV(B) | 230.4º | 0.61% | 0.81% | - |
| XYZ | 19.19 | 15.51 | 60.38 | - |
| YUV | 106.99 | 183.87 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 101 | 206 | 0.61 | 0.51 | 0 | 0.19 | 230.4 | 0.56 | 0.56 |
| Hex | 51 | 65 | CE | 3D | 33 | 0 | 13 | E6 | 38 | 38 |
| Octal | 121 | 145 | 316 | 75 | 63 | 0 | 23 | 346 | 70 | 70 |
| Binary | 1010001 | 1100101 | 11001110 | 111101 | 110011 | 0 | 10011 | 11100110 | 111000 | 111000 |
Color Harmonies of #5165CE
Complementary color
Monochromatic Colors of #5165CE
Black with #5165CE
Text Example
Text Example
White with #5165CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5165CE; }
p { color: rgb(81,101,206); }
H1.HeaderClassName
{
color: #5165CE;
}
.AnyTagClassName
{
color: #5165CE;
}
</style>
background-color css
<style>
a { background-color: #5165CE; }
a { background-color: rgb(81,101,206); }
div.DivClassName
{
background-color: #5165CE;
}
.BgClassName
{
background-color: #5165CE;
}
</style>
border-color css
<style>
span { border-color: #5165CE; }
span { border-color: rgb(81,101,206); }
td.TdClassName
{
border-color: #5165CE;
}
.TagClassName
{
border-color: #5165CE;
}
</style>