Shades of Free Speech Blue #5165CC
Tints of Free Speech Blue #5165CC
RGB
CMYK
RGB Variations
Color information
#5165CC (or 0x5165CC) is known color: Free Speech Blue. HEX triplet: 51, 65 and CC. RGB value is (81,101,204). Sum of RGB (Red+Green+Blue) = 81+101+204=386 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.98% from 386); Green value is 101 (39.84% from 255 or 26.17% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #5165CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5165CC is #AE9A33. Grayscale: #6A6A6A. Windows color (decimal): -11442740 or 13395281. OLE color: 13395281.
HSL color Cylindrical-coordinate representation of color #5165CC: hue angle of 230.24º degrees, saturation: 0.55, 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 #5165CC is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 81 | 101 | 204 | - |
| CMYK | 0.60 | 0.50 | 0 | 0.2 |
| HSL | 230.24º | 0.55% | 0.56% | - |
| HSV(B) | 230.24º | 0.6% | 0.8% | - |
| XYZ | 18.95 | 15.42 | 59.1 | - |
| YUV | 106.76 | 182.87 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 101 | 204 | 0.60 | 0.50 | 0 | 0.2 | 230.24 | 0.55 | 0.56 |
| Hex | 51 | 65 | CC | 3C | 32 | 0 | 14 | E6 | 37 | 38 |
| Octal | 121 | 145 | 314 | 74 | 62 | 0 | 24 | 346 | 67 | 70 |
| Binary | 1010001 | 1100101 | 11001100 | 111100 | 110010 | 0 | 10100 | 11100110 | 110111 | 111000 |
Color Harmonies of #5165CC
Complementary color
Monochromatic Colors of #5165CC
Black with #5165CC
Text Example
Text Example
White with #5165CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5165CC; }
p { color: rgb(81,101,204); }
H1.HeaderClassName
{
color: #5165CC;
}
.AnyTagClassName
{
color: #5165CC;
}
</style>
background-color css
<style>
a { background-color: #5165CC; }
a { background-color: rgb(81,101,204); }
div.DivClassName
{
background-color: #5165CC;
}
.BgClassName
{
background-color: #5165CC;
}
</style>
border-color css
<style>
span { border-color: #5165CC; }
span { border-color: rgb(81,101,204); }
td.TdClassName
{
border-color: #5165CC;
}
.TagClassName
{
border-color: #5165CC;
}
</style>